#3B4461

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

Shades of Bay Of Many #3B4461

Tints of Bay Of Many #3B4461

Color information

#3B4461 (or 0x3B4461) is unknown color: approx Bay Of Many. HEX triplet: 3B, 44 and 61. RGB value is (59,68,97). Sum of RGB (Red+Green+Blue) = 59+68+97=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #3B4461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4461 is #C4BB9E. Grayscale: #444444. Windows color (decimal): -12893087 or 6374459. OLE color: 6374459.

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

Color convert

RGB596897-
CMYK0.390.3000.62
HSL225.79º24.36%30.59%-
HSV(B)225.79º39.18%38.04%-
XYZ6.035.9312.14-
YUV68.61144.02121.14-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.34%
GREEN value IS 68 (26.95% from 255) = 30.36%
BLUE value IS 97 (38.28% from 255) = 43.30%
R=26.34%
G=30.36%
B=43.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5968970.390.3000.62225.7924.3630.59
Hex3B4461271E03Ee2181f
Octal7310414147360763423037
Binary11101110001001100001100111111100111110111000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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