Html Css Color HEX #363B9E Dark Slate Blue

📋 copy color: '#363B9E'

red 54 ◦ green 59 ◦ blue 158

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

Shades of Dark Slate Blue #363B9E

Tints of Dark Slate Blue #363B9E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.77%

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

R = 19.93%
G = 21.77%
B = 58.3%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#363B9E (or 0x363B9E) is known color: Dark Slate Blue. HEX triplet: 36, 3B and 9E. RGB value is (54,59,158). Sum of RGB (Red+Green+Blue) = 54+59+158=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #363B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363B9E is #C9C461. Grayscale: #444444. Windows color (decimal): -13223010 or 10369846. OLE color: 10369846.

HSL color Cylindrical-coordinate representation of color #363B9E: hue angle of 237.12º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #363B9E is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 59 158 -
CMYK 0.66 0.63 0 0.38
HSL 237.12º 0.49% 0.42% -
HSV(B) 237.12º 0.66% 0.62% -
XYZ 9.26 6.38 33.09 -
YUV 68.79 178.34 117.45 -
System Red Green Blue C M Y K H S L
Decimal 54 59 158 0.66 0.63 0 0.38 237.12 0.49 0.42
Hex 36 3B 9E 42 3F 0 26 ED 31 2A
Octal 66 73 236 102 77 0 46 355 61 52
Binary 110110 111011 10011110 1000010 111111 0 100110 11101101 110001 101010

Color Harmonies of #363B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363B9E

Black with #363B9E

Text Example


Text Example

White with #363B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363B9E; }

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

 H1.HeaderClassName
 {
   color: #363B9E;
 }
 .AnyTagClassName
 {
   color: #363B9E;
 }
</style>

background-color css

<style>
 a { background-color: #363B9E; }

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

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

border-color css

<style>
 span { border-color: #363B9E; }

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

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