#3E4461

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

Shades of Bay Of Many #3E4461

Tints of Bay Of Many #3E4461

Color information

#3E4461 (or 0x3E4461) is unknown color: approx Bay Of Many. HEX triplet: 3E, 44 and 61. RGB value is (62,68,97). Sum of RGB (Red+Green+Blue) = 62+68+97=227 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.31% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #3E4461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4461 is #C1BB9E. Grayscale: #454545. Windows color (decimal): -12696479 or 6374462. OLE color: 6374462.

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

Color convert

RGB626897-
CMYK0.360.3000.62
HSL229.71º22.01%31.18%-
HSV(B)229.71º36.08%38.04%-
XYZ6.216.0212.14-
YUV69.51143.51122.64-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.31%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 97 (38.28% from 255) = 42.73%
R=27.31%
G=29.96%
B=42.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6268970.360.3000.62229.7122.0131.18
Hex3E4461241E03Ee6161f
Octal7610414144360763462637
Binary11111010001001100001100100111100111110111001101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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