#373198

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

Shades of Dark Slate Blue #373198

Tints of Dark Slate Blue #373198

Color information

#373198 (or 0x373198) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 31 and 98. RGB value is (55,49,152). Sum of RGB (Red+Green+Blue) = 55+49+152=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #373198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373198 is #C8CE67. Grayscale: #3E3E3E. Windows color (decimal): -13160040 or 9974071. OLE color: 9974071.

HSL color Cylindrical-coordinate representation of color #373198: hue angle of 243.5º degrees, saturation: 0.51, 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 #373198 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5549152-
CMYK0.640.6800.40
HSL243.5º51.24%39.41%-
HSV(B)243.5º67.76%59.61%-
XYZ8.345.2830.28-
YUV62.54178.49122.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.48%
GREEN value IS 49 (19.53% from 255) = 19.14%
BLUE value IS 152 (59.77% from 255) = 59.38%
R=21.48%
G=19.14%
B=59.38%

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
Decimal55491520.640.6800.40243.551.2439.41
Hex3731984044028f33327
Octal67612301001040503636347
Binary1101111100011001100010000001000100010100011110011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373198; }

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

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

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

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

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

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

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

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