Html Css Color HEX #37359E Dark Slate Blue

📋 copy color: '#37359E'

red 55 ◦ green 53 ◦ blue 158

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

Shades of Dark Slate Blue #37359E

Tints of Dark Slate Blue #37359E

RGB

 RED value IS 55 (21.88% from 255) = 20.68%

 GREEN value IS 53 (21.09% from 255) = 19.92%

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

R = 20.68%
G = 19.92%
B = 59.4%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37359E (or 0x37359E) is known color: Dark Slate Blue. HEX triplet: 37, 35 and 9E. RGB value is (55,53,158). Sum of RGB (Red+Green+Blue) = 55+53+158=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #37359E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37359E is #C8CA61. Grayscale: #414141. Windows color (decimal): -13159010 or 10368311. OLE color: 10368311.

HSL color Cylindrical-coordinate representation of color #37359E: hue angle of 241.14º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37359E is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 53 158 -
CMYK 0.65 0.66 0 0.38
HSL 241.14º 0.5% 0.41% -
HSV(B) 241.14º 0.66% 0.62% -
XYZ 9.02 5.83 33 -
YUV 65.57 180.16 120.46 -
System Red Green Blue C M Y K H S L
Decimal 55 53 158 0.65 0.66 0 0.38 241.14 0.5 0.41
Hex 37 35 9E 41 42 0 26 F1 32 29
Octal 67 65 236 101 102 0 46 361 62 51
Binary 110111 110101 10011110 1000001 1000010 0 100110 11110001 110010 101001

Color Harmonies of #37359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37359E

Black with #37359E

Text Example


Text Example

White with #37359E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37359E; }

 p { color: rgb(55,53,158); }

 H1.HeaderClassName
 {
   color: #37359E;
 }
 .AnyTagClassName
 {
   color: #37359E;
 }
</style>

background-color css

<style>
 a { background-color: #37359E; }

 a { background-color: rgb(55,53,158); }

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

border-color css

<style>
 span { border-color: #37359E; }

 span { border-color: rgb(55,53,158); }

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