#3B5863

Color #3B5863 San Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Juan #3B5863

Tints of San Juan #3B5863

Color information

#3B5863 (or 0x3B5863) is unknown color: approx San Juan. HEX triplet: 3B, 58 and 63. RGB value is (59,88,99). Sum of RGB (Red+Green+Blue) = 59+88+99=246 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.98% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #3B5863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5863 is #C4A79C. Grayscale: #505050. Windows color (decimal): -12887965 or 6510651. OLE color: 6510651.

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

Color convert

RGB598899-
CMYK0.400.1100.61
HSL196.5º25.32%30.98%-
HSV(B)196.5º40.4%38.82%-
XYZ7.558.8113.11-
YUV80.58138.39112.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.98%
GREEN value IS 88 (34.77% from 255) = 35.77%
BLUE value IS 99 (39.06% from 255) = 40.24%
R=23.98%
G=35.77%
B=40.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5988990.400.1100.61196.525.3230.98
Hex3B586328B03Dc4191f
Octal7313014350130753043137
Binary1110111011000110001110100010110111101110001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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