#373970

Color #373970 Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #373970

Tints of Torea Bay #373970

Color information

#373970 (or 0x373970) is unknown color: approx Torea Bay. HEX triplet: 37, 39 and 70. RGB value is (55,57,112). Sum of RGB (Red+Green+Blue) = 55+57+112=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #373970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373970 is #C8C68F. Grayscale: #3E3E3E. Windows color (decimal): -13158032 or 7354679. OLE color: 7354679.

HSL color Cylindrical-coordinate representation of color #373970: hue angle of 237.89º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #373970 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5557112-
CMYK0.510.4900.56
HSL237.89º34.13%32.75%-
HSV(B)237.89º50.89%43.92%-
XYZ5.964.9115.96-
YUV62.67155.84122.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.55%
GREEN value IS 57 (22.66% from 255) = 25.45%
BLUE value IS 112 (44.14% from 255) = 50%
R=24.55%
G=25.45%
B=50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55571120.510.4900.56237.8934.1332.75
Hex3739703331038ee2221
Octal677116063610703564241
Binary1101111110011110000110011110001011100011101110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373970; }

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

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

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

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

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

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

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

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