#373975

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

Shades of Torea Bay #373975

Tints of Torea Bay #373975

Color information

#373975 (or 0x373975) is unknown color: approx Torea Bay. HEX triplet: 37, 39 and 75. RGB value is (55,57,117). Sum of RGB (Red+Green+Blue) = 55+57+117=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #373975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373975 is #C8C68A. Grayscale: #3E3E3E. Windows color (decimal): -13158027 or 7682359. OLE color: 7682359.

HSL color Cylindrical-coordinate representation of color #373975: hue angle of 238.06º 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 #373975 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5557117-
CMYK0.530.5100.54
HSL238.06º36.05%33.73%-
HSV(B)238.06º52.99%45.88%-
XYZ6.255.0217.47-
YUV63.24158.34122.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.02%
GREEN value IS 57 (22.66% from 255) = 24.89%
BLUE value IS 117 (46.09% from 255) = 51.09%
R=24.02%
G=24.89%
B=51.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55571170.530.5100.54238.0636.0533.73
Hex3739753533036ee2422
Octal677116565630663564442
Binary1101111110011110101110101110011011011011101110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373975; }

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

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

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

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

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

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

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

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