#373CA3

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

Shades of Dark Slate Blue #373CA3

Tints of Dark Slate Blue #373CA3

Color information

#373CA3 (or 0x373CA3) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 3C and A3. RGB value is (55,60,163). Sum of RGB (Red+Green+Blue) = 55+60+163=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 163 (64.06% from 255 or 58.63% from 278); Max value from RGB is 163 - color contains mainly: blue. Hex color #373CA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373CA3 is #C8C35C. Grayscale: #454545. Windows color (decimal): -13157213 or 10697783. OLE color: 10697783.

HSL color Cylindrical-coordinate representation of color #373CA3: hue angle of 237.22º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #373CA3 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5560163-
CMYK0.660.6300.36
HSL237.22º49.54%42.75%-
HSV(B)237.22º66.26%63.92%-
XYZ9.86.6935.42-
YUV70.25180.34117.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.78%
GREEN value IS 60 (23.83% from 255) = 21.58%
BLUE value IS 163 (64.06% from 255) = 58.63%
R=19.78%
G=21.58%
B=58.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal55601630.660.6300.36237.2249.5442.75
Hex373CA3423F024ed322b
Octal6774243102770443556253
Binary110111111100101000111000010111111010010011101101110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,60,163); }

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

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

 a { background-color: rgb(55,60,163); }

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

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

 span { border-color: rgb(55,60,163); }

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