#373C70

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

Shades of Torea Bay #373C70

Tints of Torea Bay #373C70

Color information

#373C70 (or 0x373C70) is unknown color: approx Torea Bay. HEX triplet: 37, 3C and 70. RGB value is (55,60,112). Sum of RGB (Red+Green+Blue) = 55+60+112=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #373C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373C70 is #C8C38F. Grayscale: #404040. Windows color (decimal): -13157264 or 7355447. OLE color: 7355447.

HSL color Cylindrical-coordinate representation of color #373C70: hue angle of 234.74º 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 #373C70 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5560112-
CMYK0.510.4600.56
HSL234.74º34.13%32.75%-
HSV(B)234.74º50.89%43.92%-
XYZ6.125.2116.01-
YUV64.43154.84121.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.23%
GREEN value IS 60 (23.83% from 255) = 26.43%
BLUE value IS 112 (44.14% from 255) = 49.34%
R=24.23%
G=26.43%
B=49.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55601120.510.4600.56234.7434.1332.75
Hex373C70332E038eb2221
Octal677416063560703534241
Binary1101111111001110000110011101110011100011101011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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