#374063

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

Shades of Bay Of Many #374063

Tints of Bay Of Many #374063

Color information

#374063 (or 0x374063) is unknown color: approx Bay Of Many. HEX triplet: 37, 40 and 63. RGB value is (55,64,99). Sum of RGB (Red+Green+Blue) = 55+64+99=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #374063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374063 is #C8BF9C. Grayscale: #414141. Windows color (decimal): -13156253 or 6504503. OLE color: 6504503.

HSL color Cylindrical-coordinate representation of color #374063: hue angle of 227.73º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #374063 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB556499-
CMYK0.440.3500.61
HSL227.73º28.57%30.2%-
HSV(B)227.73º44.44%38.82%-
XYZ5.665.3812.54-
YUV65.3147.02120.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 64 (25.39% from 255) = 29.36%
BLUE value IS 99 (39.06% from 255) = 45.41%
R=25.23%
G=29.36%
B=45.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5564990.440.3500.61227.7328.5730.2
Hex3740632C2303De41d1e
Octal6710014354430753443536
Binary110111100000011000111011001000110111101111001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374063; }

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

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

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

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

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

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

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

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