Html Css Color HEX #37339F Dark Slate Blue

📋 copy color: '#37339F'

red 55 ◦ green 51 ◦ blue 159

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

Shades of Dark Slate Blue #37339F

Tints of Dark Slate Blue #37339F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 60%

R = 20.75%
G = 19.25%
B = 60%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37339F (or 0x37339F) is known color: Dark Slate Blue. HEX triplet: 37, 33 and 9F. RGB value is (55,51,159). Sum of RGB (Red+Green+Blue) = 55+51+159=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 159 (62.5% from 255 or 60% from 265); Max value from RGB is 159 - color contains mainly: blue. Hex color #37339F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37339F is #C8CC60. Grayscale: #404040. Windows color (decimal): -13159521 or 10433335. OLE color: 10433335.

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

Color convert

RGB 55 51 159 -
CMYK 0.65 0.68 0 0.38
HSL 242.22º 0.51% 0.41% -
HSV(B) 242.22º 0.68% 0.62% -
XYZ 9.02 5.68 33.42 -
YUV 64.51 181.33 121.22 -
System Red Green Blue C M Y K H S L
Decimal 55 51 159 0.65 0.68 0 0.38 242.22 0.51 0.41
Hex 37 33 9F 41 44 0 26 F2 33 29
Octal 67 63 237 101 104 0 46 362 63 51
Binary 110111 110011 10011111 1000001 1000100 0 100110 11110010 110011 101001

Color Harmonies of #37339F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37339F

Black with #37339F

Text Example


Text Example

White with #37339F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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