#373099

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

Shades of Dark Slate Blue #373099

Tints of Dark Slate Blue #373099

Color information

#373099 (or 0x373099) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 30 and 99. RGB value is (55,48,153). Sum of RGB (Red+Green+Blue) = 55+48+153=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #373099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373099 is #C8CF66. Grayscale: #3D3D3D. Windows color (decimal): -13160295 or 10039351. OLE color: 10039351.

HSL color Cylindrical-coordinate representation of color #373099: hue angle of 244º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #373099 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5548153-
CMYK0.640.6900.4
HSL244º52.24%39.41%-
HSV(B)244º68.63%60%-
XYZ8.385.2330.7-
YUV62.06179.32122.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.48%
GREEN value IS 48 (19.14% from 255) = 18.75%
BLUE value IS 153 (60.16% from 255) = 59.77%
R=21.48%
G=18.75%
B=59.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal55481530.640.6900.424452.2439.41
Hex3730994045028f43427
Octal67602311001050503646447
Binary1101111100001001100110000001000101010100011110100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373099; }

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

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

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

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

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

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

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

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