Html Css Color HEX #3F5666 San Juan

📋 copy color: '#3F5666'

red 63 ◦ green 86 ◦ blue 102

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

Shades of San Juan #3F5666

Tints of San Juan #3F5666

RGB

 RED value IS 63 (25% from 255) = 25.1%

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

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

R = 25.1%
G = 34.26%
B = 40.64%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#3F5666 (or 0x3F5666) is known color: San Juan. HEX triplet: 3F, 56 and 66. RGB value is (63,86,102). Sum of RGB (Red+Green+Blue) = 63+86+102=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 102 - color contains mainly: blue. Hex color #3F5666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5666 is #C0A999. Grayscale: #505050. Windows color (decimal): -12626330 or 6706751. OLE color: 6706751.

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

Color convert

RGB 63 86 102 -
CMYK 0.38 0.16 0 0.6
HSL 204.62º 0.24% 0.32% -
HSV(B) 204.62º 0.38% 0.4% -
XYZ 7.78 8.67 13.83 -
YUV 80.95 139.88 115.2 -
System Red Green Blue C M Y K H S L
Decimal 63 86 102 0.38 0.16 0 0.6 204.62 0.24 0.32
Hex 3F 56 66 26 10 0 3C CD 18 20
Octal 77 126 146 46 20 0 74 315 30 40
Binary 111111 1010110 1100110 100110 10000 0 111100 11001101 11000 100000

Color Harmonies of #3F5666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5666

Black with #3F5666

Text Example


Text Example

White with #3F5666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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