#374066

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

Shades of Bay Of Many #374066

Tints of Bay Of Many #374066

Color information

#374066 (or 0x374066) is unknown color: approx Bay Of Many. HEX triplet: 37, 40 and 66. RGB value is (55,64,102). Sum of RGB (Red+Green+Blue) = 55+64+102=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #374066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374066 is #C8BF99. Grayscale: #414141. Windows color (decimal): -13156250 or 6701111. OLE color: 6701111.

HSL color Cylindrical-coordinate representation of color #374066: hue angle of 228.51º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #374066 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5564102-
CMYK0.460.3700.6
HSL228.51º29.94%30.78%-
HSV(B)228.51º46.08%40%-
XYZ5.815.4413.31-
YUV65.64148.52120.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.89%
GREEN value IS 64 (25.39% from 255) = 28.96%
BLUE value IS 102 (40.23% from 255) = 46.15%
R=24.89%
G=28.96%
B=46.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal55641020.460.3700.6228.5129.9430.78
Hex3740662E2503Ce51e1f
Octal6710014656450743453637
Binary110111100000011001101011101001010111100111001011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374066; }

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

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

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

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

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

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

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

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