#373B99

Color #373B99 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #373B99

Tints of Dark Slate Blue #373B99

Color information

#373B99 (or 0x373B99) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 3B and 99. RGB value is (55,59,153). Sum of RGB (Red+Green+Blue) = 55+59+153=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #373B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373B99 is #C8C466. Grayscale: #444444. Windows color (decimal): -13157479 or 10042167. OLE color: 10042167.

HSL color Cylindrical-coordinate representation of color #373B99: hue angle of 237.55º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #373B99 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5559153-
CMYK0.640.6100.4
HSL237.55º47.12%40.78%-
HSV(B)237.55º64.05%60%-
XYZ8.896.2430.87-
YUV68.52175.67118.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.60%
GREEN value IS 59 (23.44% from 255) = 22.10%
BLUE value IS 153 (60.16% from 255) = 57.30%
R=20.60%
G=22.10%
B=57.30%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal55591530.640.6100.4237.5547.1240.78
Hex373B99403D028ee2f29
Octal6773231100750503565751
Binary110111111011100110011000000111101010100011101110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373B99; }

 p { color: rgb(55,59,153); }

 H1.HeaderClassName
 {
   color: #373B99;
 }
 .AnyTagClassName
 {
   color: #373B99;
 }
</style>
background-color css

<style>
 a { background-color: #373B99; }

 a { background-color: rgb(55,59,153); }

 div.DivClassName
 {
   background-color: #373B99;
 }
 .BgClassName
 {
   background-color: #373B99;
 }
</style>
border-color css

<style>
 span { border-color: #373B99; }

 span { border-color: rgb(55,59,153); }

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