#374076

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

Shades of Torea Bay #374076

Tints of Torea Bay #374076

Color information

#374076 (or 0x374076) is unknown color: approx Torea Bay. HEX triplet: 37, 40 and 76. RGB value is (55,64,118). Sum of RGB (Red+Green+Blue) = 55+64+118=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #374076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374076 is #C8BF89. Grayscale: #434343. Windows color (decimal): -13156234 or 7749687. OLE color: 7749687.

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

Color convert

RGB5564118-
CMYK0.530.4600.54
HSL231.43º36.42%33.92%-
HSV(B)231.43º53.39%46.27%-
XYZ6.685.7917.9-
YUV67.46156.52119.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.21%
GREEN value IS 64 (25.39% from 255) = 27.00%
BLUE value IS 118 (46.48% from 255) = 49.79%
R=23.21%
G=27.00%
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
Decimal55641180.530.4600.54231.4336.4233.92
Hex374076352E036e72422
Octal6710016665560663474442
Binary11011110000001110110110101101110011011011100111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374076; }

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

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

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

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

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

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

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

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