Html Css Color HEX #37339B Dark Slate Blue

📋 copy color: '#37339B'

red 55 ◦ green 51 ◦ blue 155

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

Shades of Dark Slate Blue #37339B

Tints of Dark Slate Blue #37339B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.54%

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

R = 21.07%
G = 19.54%
B = 59.39%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37339B (or 0x37339B) is known color: Dark Slate Blue. HEX triplet: 37, 33 and 9B. RGB value is (55,51,155). Sum of RGB (Red+Green+Blue) = 55+51+155=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #37339B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37339B is #C8CC64. Grayscale: #3F3F3F. Windows color (decimal): -13159525 or 10171191. OLE color: 10171191.

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

Color convert

RGB 55 51 155 -
CMYK 0.65 0.67 0 0.39
HSL 242.31º 0.5% 0.4% -
HSV(B) 242.31º 0.67% 0.61% -
XYZ 8.68 5.55 31.62 -
YUV 64.05 179.33 121.54 -
System Red Green Blue C M Y K H S L
Decimal 55 51 155 0.65 0.67 0 0.39 242.31 0.5 0.4
Hex 37 33 9B 41 43 0 27 F2 32 28
Octal 67 63 233 101 103 0 47 362 62 50
Binary 110111 110011 10011011 1000001 1000011 0 100111 11110010 110010 101000

Color Harmonies of #37339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37339B

Black with #37339B

Text Example


Text Example

White with #37339B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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