Html Css Color HEX #3B5666 San Juan

📋 copy color: '#3B5666'

red 59 ◦ green 86 ◦ blue 102

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

Shades of San Juan #3B5666

Tints of San Juan #3B5666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.82%

 BLUE value IS 102 (40.23% from 255) = 41.3%

R = 23.89%
G = 34.82%
B = 41.3%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#3B5666 (or 0x3B5666) is known color: San Juan. HEX triplet: 3B, 56 and 66. RGB value is (59,86,102). Sum of RGB (Red+Green+Blue) = 59+86+102=247 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.89% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 102 - color contains mainly: blue. Hex color #3B5666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5666 is #C4A999. Grayscale: #4F4F4F. Windows color (decimal): -12888474 or 6706747. OLE color: 6706747.

HSL color Cylindrical-coordinate representation of color #3B5666: hue angle of 202.33º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B5666 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 59 86 102 -
CMYK 0.42 0.16 0 0.6
HSL 202.33º 0.27% 0.32% -
HSV(B) 202.33º 0.42% 0.4% -
XYZ 7.53 8.54 13.82 -
YUV 79.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 59 86 102 0.42 0.16 0 0.6 202.33 0.27 0.32
Hex 3B 56 66 2A 10 0 3C CA 1B 20
Octal 73 126 146 52 20 0 74 312 33 40
Binary 111011 1010110 1100110 101010 10000 0 111100 11001010 11011 100000

Color Harmonies of #3B5666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5666

Black with #3B5666

Text Example


Text Example

White with #3B5666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,86,102); }

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

background-color css

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

 a { background-color: rgb(59,86,102); }

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

border-color css

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

 span { border-color: rgb(59,86,102); }

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