#373098

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

Shades of Dark Slate Blue #373098

Tints of Dark Slate Blue #373098

Color information

#373098 (or 0x373098) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 30 and 98. RGB value is (55,48,152). Sum of RGB (Red+Green+Blue) = 55+48+152=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #373098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373098 is #C8CF67. Grayscale: #3D3D3D. Windows color (decimal): -13160296 or 9973815. OLE color: 9973815.

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

Color convert

RGB5548152-
CMYK0.640.6800.40
HSL244.04º52%39.22%-
HSV(B)244.04º68.42%59.61%-
XYZ8.35.1930.27-
YUV61.95178.82123.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.57%
GREEN value IS 48 (19.14% from 255) = 18.82%
BLUE value IS 152 (59.77% from 255) = 59.61%
R=21.57%
G=18.82%
B=59.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal55481520.640.6800.40244.045239.22
Hex3730984044028f43427
Octal67602301001040503646447
Binary1101111100001001100010000001000100010100011110100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373098; }

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

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

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

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

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

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

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

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