Html Css Color HEX #3C4297 Dark Slate Blue

📋 copy color: '#3C4297'

red 60 ◦ green 66 ◦ blue 151

#3C4297
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #3C4297

Tints of Dark Slate Blue #3C4297

RGB

 RED value IS 60 (23.83% from 255) = 21.66%

 GREEN value IS 66 (26.17% from 255) = 23.83%

 BLUE value IS 151 (59.38% from 255) = 54.51%

R = 21.66%
G = 23.83%
B = 54.51%

CMYK

 C value IS 0.60

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3C4297 (or 0x3C4297) is known color: Dark Slate Blue. HEX triplet: 3C, 42 and 97. RGB value is (60,66,151). Sum of RGB (Red+Green+Blue) = 60+66+151=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 151 (59.38% from 255 or 54.51% from 277); Max value from RGB is 151 - color contains mainly: blue. Hex color #3C4297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4297 is #C3BD68. Grayscale: #494949. Windows color (decimal): -12828009 or 9912892. OLE color: 9912892.

HSL color Cylindrical-coordinate representation of color #3C4297: hue angle of 236.04º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C4297 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 60 66 151 -
CMYK 0.60 0.56 0 0.41
HSL 236.04º 0.43% 0.41% -
HSV(B) 236.04º 0.6% 0.59% -
XYZ 9.4 7.09 30.15 -
YUV 73.9 171.51 118.09 -
System Red Green Blue C M Y K H S L
Decimal 60 66 151 0.60 0.56 0 0.41 236.04 0.43 0.41
Hex 3C 42 97 3C 38 0 29 EC 2B 29
Octal 74 102 227 74 70 0 51 354 53 51
Binary 111100 1000010 10010111 111100 111000 0 101001 11101100 101011 101001

Color Harmonies of #3C4297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4297

Black with #3C4297

Text Example


Text Example

White with #3C4297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C4297; }

 p { color: rgb(60,66,151); }

 H1.HeaderClassName
 {
   color: #3C4297;
 }
 .AnyTagClassName
 {
   color: #3C4297;
 }
</style>

background-color css

<style>
 a { background-color: #3C4297; }

 a { background-color: rgb(60,66,151); }

 div.DivClassName
 {
   background-color: #3C4297;
 }
 .BgClassName
 {
   background-color: #3C4297;
 }
</style>

border-color css

<style>
 span { border-color: #3C4297; }

 span { border-color: rgb(60,66,151); }

 td.TdClassName
 {
   border-color: #3C4297;
 }
 .TagClassName
 {
   border-color: #3C4297;
 }
</style>