Html Css Color HEX #362D9D Dark Slate Blue

📋 copy color: '#362D9D'

red 54 ◦ green 45 ◦ blue 157

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

Shades of Dark Slate Blue #362D9D

Tints of Dark Slate Blue #362D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 61.33%

R = 21.09%
G = 17.58%
B = 61.33%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#362D9D (or 0x362D9D) is known color: Dark Slate Blue. HEX triplet: 36, 2D and 9D. RGB value is (54,45,157). Sum of RGB (Red+Green+Blue) = 54+45+157=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #362D9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362D9D is #C9D262. Grayscale: #3C3C3C. Windows color (decimal): -13226595 or 10300726. OLE color: 10300726.

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

Color convert

RGB 54 45 157 -
CMYK 0.66 0.71 0 0.38
HSL 244.82º 0.55% 0.4% -
HSV(B) 244.82º 0.71% 0.62% -
XYZ 8.55 5.1 32.43 -
YUV 60.46 182.48 123.39 -
System Red Green Blue C M Y K H S L
Decimal 54 45 157 0.66 0.71 0 0.38 244.82 0.55 0.4
Hex 36 2D 9D 42 47 0 26 F5 37 28
Octal 66 55 235 102 107 0 46 365 67 50
Binary 110110 101101 10011101 1000010 1000111 0 100110 11110101 110111 101000

Color Harmonies of #362D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362D9D

Black with #362D9D

Text Example


Text Example

White with #362D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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