Html Css Color HEX #362E9F Dark Slate Blue

📋 copy color: '#362E9F'

red 54 ◦ green 46 ◦ blue 159

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

Shades of Dark Slate Blue #362E9F

Tints of Dark Slate Blue #362E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 61.39%

R = 20.85%
G = 17.76%
B = 61.39%

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

#362E9F (or 0x362E9F) is known color: Dark Slate Blue. HEX triplet: 36, 2E and 9F. RGB value is (54,46,159). Sum of RGB (Red+Green+Blue) = 54+46+159=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 159 (62.5% from 255 or 61.39% from 259); Max value from RGB is 159 - color contains mainly: blue. Hex color #362E9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362E9F is #C9D160. Grayscale: #3C3C3C. Windows color (decimal): -13226337 or 10432054. OLE color: 10432054.

HSL color Cylindrical-coordinate representation of color #362E9F: hue angle of 244.25º 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 #362E9F is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 46 159 -
CMYK 0.66 0.71 0 0.38
HSL 244.25º 0.55% 0.4% -
HSV(B) 244.25º 0.71% 0.62% -
XYZ 8.76 5.24 33.35 -
YUV 61.27 183.15 122.81 -
System Red Green Blue C M Y K H S L
Decimal 54 46 159 0.66 0.71 0 0.38 244.25 0.55 0.4
Hex 36 2E 9F 42 47 0 26 F4 37 28
Octal 66 56 237 102 107 0 46 364 67 50
Binary 110110 101110 10011111 1000010 1000111 0 100110 11110100 110111 101000

Color Harmonies of #362E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362E9F

Black with #362E9F

Text Example


Text Example

White with #362E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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