#374466

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

Shades of Bay Of Many #374466

Tints of Bay Of Many #374466

Color information

#374466 (or 0x374466) is unknown color: approx Bay Of Many. HEX triplet: 37, 44 and 66. RGB value is (55,68,102). Sum of RGB (Red+Green+Blue) = 55+68+102=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: blue. Hex color #374466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374466 is #C8BB99. Grayscale: #434343. Windows color (decimal): -13155226 or 6702135. OLE color: 6702135.

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

Color convert

RGB5568102-
CMYK0.460.3300.6
HSL223.4º29.94%30.78%-
HSV(B)223.4º46.08%40%-
XYZ6.045.9113.39-
YUV67.99147.19118.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 68 (26.95% from 255) = 30.22%
BLUE value IS 102 (40.23% from 255) = 45.33%
R=24.44%
G=30.22%
B=45.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal55681020.460.3300.6223.429.9430.78
Hex3744662E2103Cdf1e1f
Octal6710414656410743373637
Binary110111100010011001101011101000010111100110111111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374466; }

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

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

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

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

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

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

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

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