Html Css Color HEX #37389B Dark Slate Blue

📋 copy color: '#37389B'

red 55 ◦ green 56 ◦ blue 155

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

Shades of Dark Slate Blue #37389B

Tints of Dark Slate Blue #37389B

RGB

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

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

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

R = 20.68%
G = 21.05%
B = 58.27%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37389B (or 0x37389B) is known color: Dark Slate Blue. HEX triplet: 37, 38 and 9B. RGB value is (55,56,155). Sum of RGB (Red+Green+Blue) = 55+56+155=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #37389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37389B is #C8C764. Grayscale: #424242. Windows color (decimal): -13158245 or 10172471. OLE color: 10172471.

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

Color convert

RGB 55 56 155 -
CMYK 0.65 0.64 0 0.39
HSL 239.4º 0.48% 0.41% -
HSV(B) 239.4º 0.65% 0.61% -
XYZ 8.91 6.01 31.7 -
YUV 66.99 177.67 119.45 -
System Red Green Blue C M Y K H S L
Decimal 55 56 155 0.65 0.64 0 0.39 239.4 0.48 0.41
Hex 37 38 9B 41 40 0 27 EF 30 29
Octal 67 70 233 101 100 0 47 357 60 51
Binary 110111 111000 10011011 1000001 1000000 0 100111 11101111 110000 101001

Color Harmonies of #37389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37389B

Black with #37389B

Text Example


Text Example

White with #37389B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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