Html Css Color HEX #362C8E Dark Slate Blue

📋 copy color: '#362C8E'

red 54 ◦ green 44 ◦ blue 142

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

Shades of Dark Slate Blue #362C8E

Tints of Dark Slate Blue #362C8E

RGB

 RED value IS 54 (21.48% from 255) = 22.5%

 GREEN value IS 44 (17.58% from 255) = 18.33%

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

R = 22.5%
G = 18.33%
B = 59.17%

CMYK

 C value IS 0.62

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#362C8E (or 0x362C8E) is known color: Dark Slate Blue. HEX triplet: 36, 2C and 8E. RGB value is (54,44,142). Sum of RGB (Red+Green+Blue) = 54+44+142=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 142 (55.86% from 255 or 59.17% from 240); Max value from RGB is 142 - color contains mainly: blue. Hex color #362C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362C8E is #C9D371. Grayscale: #393939. Windows color (decimal): -13226866 or 9317430. OLE color: 9317430.

HSL color Cylindrical-coordinate representation of color #362C8E: hue angle of 246.12º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #362C8E is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 44 142 -
CMYK 0.62 0.69 0 0.44
HSL 246.12º 0.53% 0.36% -
HSV(B) 246.12º 0.69% 0.56% -
XYZ 7.3 4.54 26.08 -
YUV 58.16 175.31 125.03 -
System Red Green Blue C M Y K H S L
Decimal 54 44 142 0.62 0.69 0 0.44 246.12 0.53 0.36
Hex 36 2C 8E 3E 45 0 2C F6 35 24
Octal 66 54 216 76 105 0 54 366 65 44
Binary 110110 101100 10001110 111110 1000101 0 101100 11110110 110101 100100

Color Harmonies of #362C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362C8E

Black with #362C8E

Text Example


Text Example

White with #362C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362C8E; }

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

 H1.HeaderClassName
 {
   color: #362C8E;
 }
 .AnyTagClassName
 {
   color: #362C8E;
 }
</style>

background-color css

<style>
 a { background-color: #362C8E; }

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

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

border-color css

<style>
 span { border-color: #362C8E; }

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

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