Html Css Color HEX #3C368E Dark Slate Blue

📋 copy color: '#3C368E'

red 60 ◦ green 54 ◦ blue 142

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

Shades of Dark Slate Blue #3C368E

Tints of Dark Slate Blue #3C368E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.09%

 BLUE value IS 142 (55.86% from 255) = 55.47%

R = 23.44%
G = 21.09%
B = 55.47%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C368E (or 0x3C368E) is known color: Dark Slate Blue. HEX triplet: 3C, 36 and 8E. RGB value is (60,54,142). Sum of RGB (Red+Green+Blue) = 60+54+142=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 142 (55.86% from 255 or 55.47% from 256); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C368E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C368E is #C3C971. Grayscale: #414141. Windows color (decimal): -12831090 or 9319996. OLE color: 9319996.

HSL color Cylindrical-coordinate representation of color #3C368E: hue angle of 244.09º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C368E is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 54 142 -
CMYK 0.58 0.62 0 0.44
HSL 244.09º 0.45% 0.38% -
HSV(B) 244.09º 0.62% 0.56% -
XYZ 8.07 5.55 26.24 -
YUV 65.83 170.99 123.84 -
System Red Green Blue C M Y K H S L
Decimal 60 54 142 0.58 0.62 0 0.44 244.09 0.45 0.38
Hex 3C 36 8E 3A 3E 0 2C F4 2D 26
Octal 74 66 216 72 76 0 54 364 55 46
Binary 111100 110110 10001110 111010 111110 0 101100 11110100 101101 100110

Color Harmonies of #3C368E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C368E

Black with #3C368E

Text Example


Text Example

White with #3C368E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,54,142); }

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

background-color css

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

 a { background-color: rgb(60,54,142); }

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

border-color css

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

 span { border-color: rgb(60,54,142); }

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