Html Css Color HEX #415963 San Juan

📋 copy color: '#415963'

red 65 ◦ green 89 ◦ blue 99

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

Shades of San Juan #415963

Tints of San Juan #415963

RGB

 RED value IS 65 (25.78% from 255) = 25.69%

 GREEN value IS 89 (35.16% from 255) = 35.18%

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

R = 25.69%
G = 35.18%
B = 39.13%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#415963 (or 0x415963) is known color: San Juan. HEX triplet: 41, 59 and 63. RGB value is (65,89,99). Sum of RGB (Red+Green+Blue) = 65+89+99=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 99 - color contains mainly: blue. Hex color #415963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415963 is #BEA69C. Grayscale: #525252. Windows color (decimal): -12494493 or 6510913. OLE color: 6510913.

HSL color Cylindrical-coordinate representation of color #415963: hue angle of 197.65º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #415963 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 65 89 99 -
CMYK 0.34 0.10 0 0.61
HSL 197.65º 0.21% 0.32% -
HSV(B) 197.65º 0.34% 0.39% -
XYZ 8 9.17 13.15 -
YUV 82.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 65 89 99 0.34 0.10 0 0.61 197.65 0.21 0.32
Hex 41 59 63 22 A 0 3D C6 15 20
Octal 101 131 143 42 12 0 75 306 25 40
Binary 1000001 1011001 1100011 100010 1010 0 111101 11000110 10101 100000

Color Harmonies of #415963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415963

Black with #415963

Text Example


Text Example

White with #415963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415963; }

 p { color: rgb(65,89,99); }

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

background-color css

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

 a { background-color: rgb(65,89,99); }

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

border-color css

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

 span { border-color: rgb(65,89,99); }

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