#373995

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

Shades of Dark Slate Blue #373995

Tints of Dark Slate Blue #373995

Color information

#373995 (or 0x373995) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 39 and 95. RGB value is (55,57,149). Sum of RGB (Red+Green+Blue) = 55+57+149=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #373995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373995 is #C8C66A. Grayscale: #424242. Windows color (decimal): -13157995 or 9779511. OLE color: 9779511.

HSL color Cylindrical-coordinate representation of color #373995: hue angle of 238.72º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #373995 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5557149-
CMYK0.630.6200.42
HSL238.72º46.08%40%-
HSV(B)238.72º63.09%58.43%-
XYZ8.465.9129.13-
YUV66.89174.34119.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.07%
GREEN value IS 57 (22.66% from 255) = 21.84%
BLUE value IS 149 (58.59% from 255) = 57.09%
R=21.07%
G=21.84%
B=57.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55571490.630.6200.42238.7246.0840
Hex3739953F3E02Aef2e28
Octal677122577760523575650
Binary11011111100110010101111111111110010101011101111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373995; }

 p { color: rgb(55,57,149); }

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

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

 a { background-color: rgb(55,57,149); }

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

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

 span { border-color: rgb(55,57,149); }

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