#394463

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

Shades of Bay Of Many #394463

Tints of Bay Of Many #394463

Color information

#394463 (or 0x394463) is unknown color: approx Bay Of Many. HEX triplet: 39, 44 and 63. RGB value is (57,68,99). Sum of RGB (Red+Green+Blue) = 57+68+99=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #394463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394463 is #C6BB9C. Grayscale: #444444. Windows color (decimal): -13024157 or 6505529. OLE color: 6505529.

HSL color Cylindrical-coordinate representation of color #394463: hue angle of 224.29º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #394463 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB576899-
CMYK0.420.3100.61
HSL224.29º26.92%30.59%-
HSV(B)224.29º42.42%38.82%-
XYZ6.015.912.63-
YUV68.24145.36119.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.45%
GREEN value IS 68 (26.95% from 255) = 30.36%
BLUE value IS 99 (39.06% from 255) = 44.20%
R=25.45%
G=30.36%
B=44.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5768990.420.3100.61224.2926.9230.59
Hex3944632A1F03De01b1f
Octal7110414352370753403337
Binary11100110001001100011101010111110111101111000001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394463; }

 p { color: rgb(57,68,99); }

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

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

 a { background-color: rgb(57,68,99); }

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

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

 span { border-color: rgb(57,68,99); }

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