#3B4263

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

Shades of Bay Of Many #3B4263

Tints of Bay Of Many #3B4263

Color information

#3B4263 (or 0x3B4263) is unknown color: approx Bay Of Many. HEX triplet: 3B, 42 and 63. RGB value is (59,66,99). Sum of RGB (Red+Green+Blue) = 59+66+99=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 66 (26.17% from 255 or 29.46% 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 #3B4263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4263 is #C4BD9C. Grayscale: #434343. Windows color (decimal): -12893597 or 6505019. OLE color: 6505019.

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

Color convert

RGB596699-
CMYK0.400.3300.61
HSL229.5º25.32%30.98%-
HSV(B)229.5º40.4%38.82%-
XYZ65.7312.59-
YUV67.67145.68121.82-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.34%
GREEN value IS 66 (26.17% from 255) = 29.46%
BLUE value IS 99 (39.06% from 255) = 44.20%
R=26.34%
G=29.46%
B=44.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5966990.400.3300.61229.525.3230.98
Hex3B4263282103De6191f
Octal7310214350410753463137
Binary111011100001011000111010001000010111101111001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,66,99); }

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

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

 a { background-color: rgb(59,66,99); }

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

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

 span { border-color: rgb(59,66,99); }

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