Html Css Color HEX #3F5763 San Juan

📋 copy color: '#3F5763'

red 63 ◦ green 87 ◦ blue 99

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

Shades of San Juan #3F5763

Tints of San Juan #3F5763

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.94%

 BLUE value IS 99 (39.06% from 255) = 39.76%

R = 25.3%
G = 34.94%
B = 39.76%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3F5763 (or 0x3F5763) is known color: San Juan. HEX triplet: 3F, 57 and 63. RGB value is (63,87,99). Sum of RGB (Red+Green+Blue) = 63+87+99=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 99 - color contains mainly: blue. Hex color #3F5763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5763 is #C0A89C. Grayscale: #515151. Windows color (decimal): -12626077 or 6510399. OLE color: 6510399.

HSL color Cylindrical-coordinate representation of color #3F5763: hue angle of 200º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F5763 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 63 87 99 -
CMYK 0.36 0.12 0 0.61
HSL 200º 0.22% 0.32% -
HSV(B) 200º 0.36% 0.39% -
XYZ 7.71 8.77 13.09 -
YUV 81.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 63 87 99 0.36 0.12 0 0.61 200 0.22 0.32
Hex 3F 57 63 24 C 0 3D C8 16 20
Octal 77 127 143 44 14 0 75 310 26 40
Binary 111111 1010111 1100011 100100 1100 0 111101 11001000 10110 100000

Color Harmonies of #3F5763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5763

Black with #3F5763

Text Example


Text Example

White with #3F5763

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,87,99); }

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

background-color css

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

 a { background-color: rgb(63,87,99); }

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

border-color css

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

 span { border-color: rgb(63,87,99); }

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