Html Css Color HEX #362D9E Dark Slate Blue

📋 copy color: '#362D9E'

red 54 ◦ green 45 ◦ blue 158

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

Shades of Dark Slate Blue #362D9E

Tints of Dark Slate Blue #362D9E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.51%

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

R = 21.01%
G = 17.51%
B = 61.48%

CMYK

 C value IS 0.66

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#362D9E (or 0x362D9E) is known color: Dark Slate Blue. HEX triplet: 36, 2D and 9E. RGB value is (54,45,158). Sum of RGB (Red+Green+Blue) = 54+45+158=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #362D9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362D9E is #C9D261. Grayscale: #3C3C3C. Windows color (decimal): -13226594 or 10366262. OLE color: 10366262.

HSL color Cylindrical-coordinate representation of color #362D9E: hue angle of 244.78º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #362D9E is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 45 158 -
CMYK 0.66 0.72 0 0.38
HSL 244.78º 0.56% 0.4% -
HSV(B) 244.78º 0.72% 0.62% -
XYZ 8.63 5.13 32.88 -
YUV 60.57 182.98 123.31 -
System Red Green Blue C M Y K H S L
Decimal 54 45 158 0.66 0.72 0 0.38 244.78 0.56 0.4
Hex 36 2D 9E 42 48 0 26 F5 38 28
Octal 66 55 236 102 110 0 46 365 70 50
Binary 110110 101101 10011110 1000010 1001000 0 100110 11110101 111000 101000

Color Harmonies of #362D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362D9E

Black with #362D9E

Text Example


Text Example

White with #362D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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