#374077

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

Shades of Torea Bay #374077

Tints of Torea Bay #374077

Color information

#374077 (or 0x374077) is unknown color: approx Torea Bay. HEX triplet: 37, 40 and 77. RGB value is (55,64,119). Sum of RGB (Red+Green+Blue) = 55+64+119=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #374077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374077 is #C8BF88. Grayscale: #434343. Windows color (decimal): -13156233 or 7815223. OLE color: 7815223.

HSL color Cylindrical-coordinate representation of color #374077: hue angle of 231.56º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #374077 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5564119-
CMYK0.540.4600.53
HSL231.56º36.78%34.12%-
HSV(B)231.56º53.78%46.67%-
XYZ6.745.8118.22-
YUV67.58157.02119.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.11%
GREEN value IS 64 (25.39% from 255) = 26.89%
BLUE value IS 119 (46.88% from 255) = 50%
R=23.11%
G=26.89%
B=50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55641190.540.4600.53231.5636.7834.12
Hex374077362E035e82522
Octal6710016766560653504542
Binary11011110000001110111110110101110011010111101000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374077; }

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

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

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

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

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

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

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

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