#3E4460

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

Shades of Bay Of Many #3E4460

Tints of Bay Of Many #3E4460

Color information

#3E4460 (or 0x3E4460) is unknown color: approx Bay Of Many. HEX triplet: 3E, 44 and 60. RGB value is (62,68,96). Sum of RGB (Red+Green+Blue) = 62+68+96=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E4460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4460 is #C1BB9F. Grayscale: #454545. Windows color (decimal): -12696480 or 6308926. OLE color: 6308926.

HSL color Cylindrical-coordinate representation of color #3E4460: hue angle of 229.41º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E4460 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB626896-
CMYK0.350.2900.62
HSL229.41º21.52%30.98%-
HSV(B)229.41º35.42%37.65%-
XYZ6.17611.9-
YUV69.4143.01122.72-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.43%
GREEN value IS 68 (26.95% from 255) = 30.09%
BLUE value IS 96 (37.89% from 255) = 42.48%
R=27.43%
G=30.09%
B=42.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6268960.350.2900.62229.4121.5230.98
Hex3E4460231D03Ee5161f
Octal7610414043350763452637
Binary11111010001001100000100011111010111110111001011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E4460; }

 p { color: rgb(62,68,96); }

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

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

 a { background-color: rgb(62,68,96); }

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

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

 span { border-color: rgb(62,68,96); }

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