Html Css Color HEX #3C369E Dark Slate Blue

📋 copy color: '#3C369E'

red 60 ◦ green 54 ◦ blue 158

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

Shades of Dark Slate Blue #3C369E

Tints of Dark Slate Blue #3C369E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 58.09%

R = 22.06%
G = 19.85%
B = 58.09%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3C369E (or 0x3C369E) is known color: Dark Slate Blue. HEX triplet: 3C, 36 and 9E. RGB value is (60,54,158). Sum of RGB (Red+Green+Blue) = 60+54+158=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C369E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C369E is #C3C961. Grayscale: #434343. Windows color (decimal): -12831074 or 10368572. OLE color: 10368572.

HSL color Cylindrical-coordinate representation of color #3C369E: hue angle of 243.46º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C369E is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 60 54 158 -
CMYK 0.62 0.66 0 0.38
HSL 243.46º 0.49% 0.42% -
HSV(B) 243.46º 0.66% 0.62% -
XYZ 9.35 6.07 33.03 -
YUV 67.65 178.99 122.54 -
System Red Green Blue C M Y K H S L
Decimal 60 54 158 0.62 0.66 0 0.38 243.46 0.49 0.42
Hex 3C 36 9E 3E 42 0 26 F3 31 2A
Octal 74 66 236 76 102 0 46 363 61 52
Binary 111100 110110 10011110 111110 1000010 0 100110 11110011 110001 101010

Color Harmonies of #3C369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C369E

Black with #3C369E

Text Example


Text Example

White with #3C369E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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