#373E70

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

Shades of Torea Bay #373E70

Tints of Torea Bay #373E70

Color information

#373E70 (or 0x373E70) is unknown color: approx Torea Bay. HEX triplet: 37, 3E and 70. RGB value is (55,62,112). Sum of RGB (Red+Green+Blue) = 55+62+112=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #373E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373E70 is #C8C18F. Grayscale: #414141. Windows color (decimal): -13156752 or 7355959. OLE color: 7355959.

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

Color convert

RGB5562112-
CMYK0.510.4500.56
HSL232.63º34.13%32.75%-
HSV(B)232.63º50.89%43.92%-
XYZ6.225.4316.05-
YUV65.61154.18120.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.02%
GREEN value IS 62 (24.61% from 255) = 27.07%
BLUE value IS 112 (44.14% from 255) = 48.91%
R=24.02%
G=27.07%
B=48.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55621120.510.4500.56232.6334.1332.75
Hex373E70332D038e92221
Octal677616063550703514241
Binary1101111111101110000110011101101011100011101001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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