#3B4363

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

Shades of Bay Of Many #3B4363

Tints of Bay Of Many #3B4363

Color information

#3B4363 (or 0x3B4363) is unknown color: approx Bay Of Many. HEX triplet: 3B, 43 and 63. RGB value is (59,67,99). Sum of RGB (Red+Green+Blue) = 59+67+99=225 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.22% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #3B4363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4363 is #C4BC9C. Grayscale: #444444. Windows color (decimal): -12893341 or 6505275. OLE color: 6505275.

HSL color Cylindrical-coordinate representation of color #3B4363: hue angle of 228º 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 #3B4363 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB596799-
CMYK0.400.3200.61
HSL228º25.32%30.98%-
HSV(B)228º40.4%38.82%-
XYZ6.065.8412.61-
YUV68.26145.35121.4-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.22%
GREEN value IS 67 (26.56% from 255) = 29.78%
BLUE value IS 99 (39.06% from 255) = 44%
R=26.22%
G=29.78%
B=44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5967990.400.3200.6122825.3230.98
Hex3B4363282003De4191f
Octal7310314350400753443137
Binary111011100001111000111010001000000111101111001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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