#3B4462

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

Shades of Bay Of Many #3B4462

Tints of Bay Of Many #3B4462

Color information

#3B4462 (or 0x3B4462) is unknown color: approx Bay Of Many. HEX triplet: 3B, 44 and 62. RGB value is (59,68,98). Sum of RGB (Red+Green+Blue) = 59+68+98=225 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.22% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #3B4462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4462 is #C4BB9D. Grayscale: #444444. Windows color (decimal): -12893086 or 6439995. OLE color: 6439995.

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

Color convert

RGB596898-
CMYK0.400.3100.62
HSL226.15º24.84%30.78%-
HSV(B)226.15º39.8%38.43%-
XYZ6.085.9512.38-
YUV68.73144.52121.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.22%
GREEN value IS 68 (26.95% from 255) = 30.22%
BLUE value IS 98 (38.67% from 255) = 43.56%
R=26.22%
G=30.22%
B=43.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5968980.400.3100.62226.1524.8430.78
Hex3B4462281F03Ee2191f
Octal7310414250370763423137
Binary11101110001001100010101000111110111110111000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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