#373E71

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

Shades of Torea Bay #373E71

Tints of Torea Bay #373E71

Color information

#373E71 (or 0x373E71) is unknown color: approx Torea Bay. HEX triplet: 37, 3E and 71. RGB value is (55,62,113). Sum of RGB (Red+Green+Blue) = 55+62+113=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #373E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373E71 is #C8C18E. Grayscale: #414141. Windows color (decimal): -13156751 or 7421495. OLE color: 7421495.

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

Color convert

RGB5562113-
CMYK0.510.4500.56
HSL232.76º34.52%32.94%-
HSV(B)232.76º51.33%44.31%-
XYZ6.285.4516.34-
YUV65.72154.68120.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.91%
GREEN value IS 62 (24.61% from 255) = 26.96%
BLUE value IS 113 (44.53% from 255) = 49.13%
R=23.91%
G=26.96%
B=49.13%

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
Decimal55621130.510.4500.56232.7634.5232.94
Hex373E71332D038e92321
Octal677616163550703514341
Binary1101111111101110001110011101101011100011101001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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