#374060

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

Shades of Bay Of Many #374060

Tints of Bay Of Many #374060

Color information

#374060 (or 0x374060) is unknown color: approx Bay Of Many. HEX triplet: 37, 40 and 60. RGB value is (55,64,96). Sum of RGB (Red+Green+Blue) = 55+64+96=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #374060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374060 is #C8BF9F. Grayscale: #404040. Windows color (decimal): -13156256 or 6307895. OLE color: 6307895.

HSL color Cylindrical-coordinate representation of color #374060: hue angle of 226.83º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #374060 is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB556496-
CMYK0.430.3300.62
HSL226.83º27.15%29.61%-
HSV(B)226.83º42.71%37.65%-
XYZ5.525.3211.8-
YUV64.96145.52120.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.58%
GREEN value IS 64 (25.39% from 255) = 29.77%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=25.58%
G=29.77%
B=44.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5564960.430.3300.62226.8327.1529.61
Hex3740602B2103Ee31b1e
Octal6710014053410763433336
Binary110111100000011000001010111000010111110111000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374060; }

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

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

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

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

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

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

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

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