Html Css Color HEX #37389F Dark Slate Blue

📋 copy color: '#37389F'

red 55 ◦ green 56 ◦ blue 159

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

Shades of Dark Slate Blue #37389F

Tints of Dark Slate Blue #37389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.74%

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

R = 20.37%
G = 20.74%
B = 58.89%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#37389F (or 0x37389F) is known color: Dark Slate Blue. HEX triplet: 37, 38 and 9F. RGB value is (55,56,159). Sum of RGB (Red+Green+Blue) = 55+56+159=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #37389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37389F is #C8C760. Grayscale: #434343. Windows color (decimal): -13158241 or 10434615. OLE color: 10434615.

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

Color convert

RGB 55 56 159 -
CMYK 0.65 0.65 0 0.38
HSL 239.42º 0.49% 0.42% -
HSV(B) 239.42º 0.65% 0.62% -
XYZ 9.25 6.14 33.5 -
YUV 67.44 179.67 119.12 -
System Red Green Blue C M Y K H S L
Decimal 55 56 159 0.65 0.65 0 0.38 239.42 0.49 0.42
Hex 37 38 9F 41 41 0 26 EF 31 2A
Octal 67 70 237 101 101 0 46 357 61 52
Binary 110111 111000 10011111 1000001 1000001 0 100110 11101111 110001 101010

Color Harmonies of #37389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37389F

Black with #37389F

Text Example


Text Example

White with #37389F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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