#373F73

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

Shades of Torea Bay #373F73

Tints of Torea Bay #373F73

Color information

#373F73 (or 0x373F73) is unknown color: approx Torea Bay. HEX triplet: 37, 3F and 73. RGB value is (55,63,115). Sum of RGB (Red+Green+Blue) = 55+63+115=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #373F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F73 is #C8C08C. Grayscale: #424242. Windows color (decimal): -13156493 or 7552823. OLE color: 7552823.

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

Color convert

RGB5563115-
CMYK0.520.4500.55
HSL232º35.29%33.33%-
HSV(B)232º52.17%45.1%-
XYZ6.455.6116.96-
YUV66.54155.35119.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.61%
GREEN value IS 63 (25% from 255) = 27.04%
BLUE value IS 115 (45.31% from 255) = 49.36%
R=23.61%
G=27.04%
B=49.36%

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
Decimal55631150.520.4500.5523235.2933.33
Hex373F73342D037e82321
Octal677716364550673504341
Binary1101111111111110011110100101101011011111101000100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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