#373D76

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

Shades of Torea Bay #373D76

Tints of Torea Bay #373D76

Color information

#373D76 (or 0x373D76) is unknown color: approx Torea Bay. HEX triplet: 37, 3D and 76. RGB value is (55,61,118). Sum of RGB (Red+Green+Blue) = 55+61+118=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #373D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D76 is #C8C289. Grayscale: #414141. Windows color (decimal): -13157002 or 7748919. OLE color: 7748919.

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

Color convert

RGB5561118-
CMYK0.530.4800.54
HSL234.29º36.42%33.92%-
HSV(B)234.29º53.39%46.27%-
XYZ6.515.4617.85-
YUV65.7157.51120.37-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.50%
GREEN value IS 61 (24.22% from 255) = 26.07%
BLUE value IS 118 (46.48% from 255) = 50.43%
R=23.50%
G=26.07%
B=50.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55611180.530.4800.54234.2936.4233.92
Hex373D763530036ea2422
Octal677516665600663524442
Binary1101111111011110110110101110000011011011101010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,61,118); }

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

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

 a { background-color: rgb(55,61,118); }

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

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

 span { border-color: rgb(55,61,118); }

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