Html Css Color HEX #363D9E Dark Slate Blue

📋 copy color: '#363D9E'

red 54 ◦ green 61 ◦ blue 158

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

Shades of Dark Slate Blue #363D9E

Tints of Dark Slate Blue #363D9E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.34%

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

R = 19.78%
G = 22.34%
B = 57.88%

CMYK

 C value IS 0.66

 M value IS 0.61

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#363D9E (or 0x363D9E) is known color: Dark Slate Blue. HEX triplet: 36, 3D and 9E. RGB value is (54,61,158). Sum of RGB (Red+Green+Blue) = 54+61+158=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #363D9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363D9E is #C9C261. Grayscale: #454545. Windows color (decimal): -13222498 or 10370358. OLE color: 10370358.

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

Color convert

RGB 54 61 158 -
CMYK 0.66 0.61 0 0.38
HSL 235.96º 0.49% 0.42% -
HSV(B) 235.96º 0.66% 0.62% -
XYZ 9.36 6.59 33.13 -
YUV 69.97 177.68 116.61 -
System Red Green Blue C M Y K H S L
Decimal 54 61 158 0.66 0.61 0 0.38 235.96 0.49 0.42
Hex 36 3D 9E 42 3D 0 26 EC 31 2A
Octal 66 75 236 102 75 0 46 354 61 52
Binary 110110 111101 10011110 1000010 111101 0 100110 11101100 110001 101010

Color Harmonies of #363D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363D9E

Black with #363D9E

Text Example


Text Example

White with #363D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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