#373F75

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

Shades of Torea Bay #373F75

Tints of Torea Bay #373F75

Color information

#373F75 (or 0x373F75) is unknown color: approx Torea Bay. HEX triplet: 37, 3F and 75. RGB value is (55,63,117). Sum of RGB (Red+Green+Blue) = 55+63+117=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #373F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373F75 is #C8C08A. Grayscale: #424242. Windows color (decimal): -13156491 or 7683895. OLE color: 7683895.

HSL color Cylindrical-coordinate representation of color #373F75: hue angle of 232.26º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #373F75 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5563117-
CMYK0.530.4600.54
HSL232.26º36.05%33.73%-
HSV(B)232.26º52.99%45.88%-
XYZ6.565.6517.57-
YUV66.76156.35119.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.40%
GREEN value IS 63 (25% from 255) = 26.81%
BLUE value IS 117 (46.09% from 255) = 49.79%
R=23.40%
G=26.81%
B=49.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55631170.530.4600.54232.2636.0533.73
Hex373F75352E036e82422
Octal677716565560663504442
Binary1101111111111110101110101101110011011011101000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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