Html Css Color HEX #37359B Dark Slate Blue

📋 copy color: '#37359B'

red 55 ◦ green 53 ◦ blue 155

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

Shades of Dark Slate Blue #37359B

Tints of Dark Slate Blue #37359B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.94%

R = 20.91%
G = 20.15%
B = 58.94%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37359B (or 0x37359B) is known color: Dark Slate Blue. HEX triplet: 37, 35 and 9B. RGB value is (55,53,155). Sum of RGB (Red+Green+Blue) = 55+53+155=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #37359B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37359B is #C8CA64. Grayscale: #404040. Windows color (decimal): -13159013 or 10171703. OLE color: 10171703.

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

Color convert

RGB 55 53 155 -
CMYK 0.65 0.66 0 0.39
HSL 241.18º 0.49% 0.41% -
HSV(B) 241.18º 0.66% 0.61% -
XYZ 8.77 5.72 31.65 -
YUV 65.23 178.66 120.71 -
System Red Green Blue C M Y K H S L
Decimal 55 53 155 0.65 0.66 0 0.39 241.18 0.49 0.41
Hex 37 35 9B 41 42 0 27 F1 31 29
Octal 67 65 233 101 102 0 47 361 61 51
Binary 110111 110101 10011011 1000001 1000010 0 100111 11110001 110001 101001

Color Harmonies of #37359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37359B

Black with #37359B

Text Example


Text Example

White with #37359B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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