#373F72

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

Shades of Torea Bay #373F72

Tints of Torea Bay #373F72

Color information

#373F72 (or 0x373F72) is unknown color: approx Torea Bay. HEX triplet: 37, 3F and 72. RGB value is (55,63,114). Sum of RGB (Red+Green+Blue) = 55+63+114=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #373F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F72 is #C8C08D. Grayscale: #424242. Windows color (decimal): -13156494 or 7487287. OLE color: 7487287.

HSL color Cylindrical-coordinate representation of color #373F72: hue angle of 231.86º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #373F72 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5563114-
CMYK0.520.4500.55
HSL231.86º34.91%33.14%-
HSV(B)231.86º51.75%44.71%-
XYZ6.395.5816.66-
YUV66.42154.85119.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.71%
GREEN value IS 63 (25% from 255) = 27.16%
BLUE value IS 114 (44.92% from 255) = 49.14%
R=23.71%
G=27.16%
B=49.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55631140.520.4500.55231.8634.9133.14
Hex373F72342D037e82321
Octal677716264550673504341
Binary1101111111111110010110100101101011011111101000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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