Html Css Color HEX #3B5460 San Juan

📋 copy color: '#3B5460'

red 59 ◦ green 84 ◦ blue 96

#3B5460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Juan #3B5460

Tints of San Juan #3B5460

RGB

 RED value IS 59 (23.44% from 255) = 24.69%

 GREEN value IS 84 (33.2% from 255) = 35.15%

 BLUE value IS 96 (37.89% from 255) = 40.17%

R = 24.69%
G = 35.15%
B = 40.17%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3B5460 (or 0x3B5460) is known color: San Juan. HEX triplet: 3B, 54 and 60. RGB value is (59,84,96). Sum of RGB (Red+Green+Blue) = 59+84+96=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 96 - color contains mainly: blue. Hex color #3B5460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5460 is #C4AB9F. Grayscale: #4D4D4D. Windows color (decimal): -12888992 or 6313019. OLE color: 6313019.

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

Color convert

RGB 59 84 96 -
CMYK 0.39 0.12 0 0.62
HSL 199.46º 0.24% 0.3% -
HSV(B) 199.46º 0.39% 0.38% -
XYZ 7.09 8.11 12.26 -
YUV 77.89 138.22 114.52 -
System Red Green Blue C M Y K H S L
Decimal 59 84 96 0.39 0.12 0 0.62 199.46 0.24 0.3
Hex 3B 54 60 27 C 0 3E C7 18 1E
Octal 73 124 140 47 14 0 76 307 30 36
Binary 111011 1010100 1100000 100111 1100 0 111110 11000111 11000 11110

Color Harmonies of #3B5460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5460

Black with #3B5460

Text Example


Text Example

White with #3B5460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,84,96); }

 H1.HeaderClassName
 {
   color: #3B5460;
 }
 .AnyTagClassName
 {
   color: #3B5460;
 }
</style>

background-color css

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

 a { background-color: rgb(59,84,96); }

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

border-color css

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

 span { border-color: rgb(59,84,96); }

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