COLOR #3C2288

HEX: #3C2288
RGB: (60,34,136)

Color info

#3C2288 contains mainly blue color. Web safe color of #3C2288 is #333399 (or #339).

RGB color model

#3C2288 color RGB value is (60,34,136).

  • red value is 60;
  • green value is 34;
  • blue value is 136.
RGB:
(60,34,136)
(24%,13%,53%)

RGB channels and saturation

R 60 of 255 = 24%
G 34 of 255 = 13%
B 136 of 255 = 53%

60
34
136

R + G + B ~ 30%. #3C2288 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 34 + 136 = 230 (100%)
R 60 of 230 ~ 26.09%
G 34 of 230 ~ 14.78%
B 136 of 230 ~ 59.13%

%26.09
%14.78
%59.13

CMYK color model

#3C2288 color CMYK value is (56,75,0,47).

  • cyan value is 55.88%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(56,75,0,47)
C56M75Y0K47 
(56%,75%,0%,47%)
(0.56/0.75/0.00/0.47)	

CMYK percentages

%55.88
%75
%0
%46.67

Codes

Color #3C2288 in popluar color models

3C2288
RGB6034136
HSL255°60.00%33.33%
HSB/HSV255°75.00%53.33%
CMYK55.88%75.00%0.00%
46.67%

Color #3C2288 in popluar number systems.

HEX3C2288
Decimal6034136
Binary11110010001010001000
Octal7442210

Shades and tints

Shades of #3C2288

#3C2288
(60,34,136)
#371F7C
(55,31,124)
#321C70
(50,28,112)
#2D1964
(45,25,100)
#281658
(40,22,88)
#23134C
(35,19,76)
#1E1040
(30,16,64)
#190D34
(25,13,52)
#140A28
(20,10,40)
#0F071C
(15,7,28)
#0A0410
(10,4,16)
#000000
(0,0,0)

Tints of #3C2288

#3C2288
(60,34,136)
#4D3692
(77,54,146)
#5E4A9C
(94,74,156)
#6F5EA6
(111,94,166)
#8072B0
(128,114,176)
#9186BA
(145,134,186)
#A29AC4
(162,154,196)
#B3AECE
(179,174,206)
#C4C2D8
(196,194,216)
#D5D6E2
(213,214,226)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C2288 color. Also use rgb(60,34,136) instead hex code.

Text Font Color

.myTextColor { color: #3C2288; }

<p style="color:#3C2288">This sample text font color is #3C2288.</p>

This text font color is #3C2288.


Background Color

.myBgColor { background-color: #3C2288; }

<div style="background-color:#3C2288">Inner text</div>

This div background color is #3C2288.


Border color

.myBorderColor { border: 1px solid #3C2288; }

<div style="border:3px solid #3C2288">Div</div>

This div border color is #3C2288.


Opacity

.myOpacity80 { color: #3C2288; opacity: 0.8; }

<p style="color:#3C2288;opacity:0.8;">80%</p>

Text with #3C2288 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3C2288;}

<p style="text-shadow: 3px 3px 1px #3C2288">Text here.</p>

This text has shadow with #3C2288 color.

.textShadow {text-shadow: 3px 3px 1px #3C2288, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3C2288, 5px 5px 20px red">Text here.</p>

This text has shadow with #3C2288 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3C2288, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3C2288, Direction=45, Strength=4)">Text</p>

This text has shadow with #3C2288 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3C2288;
  -webkit-box-shadow:	1px 1px 3px 2px #3C2288;
  box-shadow:		1px 1px 3px 2px #3C2288;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3C2288;
-webkit-box-shadow: 1px 1px 3px 2px #3C2288;
box-shadow:1px 1px 3px 2px #3C2288;">
Div content here</div>
This div box has shadow with color #3C2288.

Preview

Color preview on black background

This text has color #3C2288 on black background.


Color preview on white background

This text has color #3C2288 on white background.



Black color preview on #3C2288 background

This text has black color on #3C2288 background.


White color preview on #3C2288 background

This text has white color on #3C2288 background.