#373E75

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

Shades of Torea Bay #373E75

Tints of Torea Bay #373E75

Color information

#373E75 (or 0x373E75) is unknown color: approx Torea Bay. HEX triplet: 37, 3E and 75. RGB value is (55,62,117). Sum of RGB (Red+Green+Blue) = 55+62+117=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #373E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373E75 is #C8C18A. Grayscale: #414141. Windows color (decimal): -13156747 or 7683639. OLE color: 7683639.

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

Color convert

RGB5562117-
CMYK0.530.4700.54
HSL233.23º36.05%33.73%-
HSV(B)233.23º52.99%45.88%-
XYZ6.515.5417.56-
YUV66.18156.68120.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.50%
GREEN value IS 62 (24.61% from 255) = 26.50%
BLUE value IS 117 (46.09% from 255) = 50%
R=23.50%
G=26.50%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55621170.530.4700.54233.2336.0533.73
Hex373E75352F036e92422
Octal677616565570663514442
Binary1101111111101110101110101101111011011011101001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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