#373C76

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

Shades of Torea Bay #373C76

Tints of Torea Bay #373C76

Color information

#373C76 (or 0x373C76) is unknown color: approx Torea Bay. HEX triplet: 37, 3C and 76. RGB value is (55,60,118). Sum of RGB (Red+Green+Blue) = 55+60+118=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #373C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373C76 is #C8C389. Grayscale: #404040. Windows color (decimal): -13157258 or 7748663. OLE color: 7748663.

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

Color convert

RGB5560118-
CMYK0.530.4900.54
HSL235.24º36.42%33.92%-
HSV(B)235.24º53.39%46.27%-
XYZ6.465.3517.83-
YUV65.12157.84120.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.61%
GREEN value IS 60 (23.83% from 255) = 25.75%
BLUE value IS 118 (46.48% from 255) = 50.64%
R=23.61%
G=25.75%
B=50.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55601180.530.4900.54235.2436.4233.92
Hex373C763531036eb2422
Octal677416665610663534442
Binary1101111111001110110110101110001011011011101011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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