Html Css Color HEX #362E8E Dark Slate Blue

📋 copy color: '#362E8E'

red 54 ◦ green 46 ◦ blue 142

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

Shades of Dark Slate Blue #362E8E

Tints of Dark Slate Blue #362E8E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.01%

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

R = 22.31%
G = 19.01%
B = 58.68%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#362E8E (or 0x362E8E) is known color: Dark Slate Blue. HEX triplet: 36, 2E and 8E. RGB value is (54,46,142). Sum of RGB (Red+Green+Blue) = 54+46+142=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #362E8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362E8E is #C9D171. Grayscale: #3A3A3A. Windows color (decimal): -13226354 or 9317942. OLE color: 9317942.

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

Color convert

RGB 54 46 142 -
CMYK 0.62 0.68 0 0.44
HSL 245º 0.51% 0.37% -
HSV(B) 245º 0.68% 0.56% -
XYZ 7.38 4.69 26.11 -
YUV 59.34 174.65 124.19 -
System Red Green Blue C M Y K H S L
Decimal 54 46 142 0.62 0.68 0 0.44 245 0.51 0.37
Hex 36 2E 8E 3E 44 0 2C F5 33 25
Octal 66 56 216 76 104 0 54 365 63 45
Binary 110110 101110 10001110 111110 1000100 0 101100 11110101 110011 100101

Color Harmonies of #362E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362E8E

Black with #362E8E

Text Example


Text Example

White with #362E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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