#373F71

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

Shades of Torea Bay #373F71

Tints of Torea Bay #373F71

Color information

#373F71 (or 0x373F71) is unknown color: approx Torea Bay. HEX triplet: 37, 3F and 71. RGB value is (55,63,113). Sum of RGB (Red+Green+Blue) = 55+63+113=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #373F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F71 is #C8C08E. Grayscale: #424242. Windows color (decimal): -13156495 or 7421751. OLE color: 7421751.

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

Color convert

RGB5563113-
CMYK0.510.4400.56
HSL231.72º34.52%32.94%-
HSV(B)231.72º51.33%44.31%-
XYZ6.335.5616.36-
YUV66.31154.35119.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.81%
GREEN value IS 63 (25% from 255) = 27.27%
BLUE value IS 113 (44.53% from 255) = 48.92%
R=23.81%
G=27.27%
B=48.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55631130.510.4400.56231.7234.5232.94
Hex373F71332C038e82321
Octal677716163540703504341
Binary1101111111111110001110011101100011100011101000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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