Html Css Color HEX #415B63 San Juan

📋 copy color: '#415B63'

red 65 ◦ green 91 ◦ blue 99

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

Shades of San Juan #415B63

Tints of San Juan #415B63

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.69%

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

R = 25.49%
G = 35.69%
B = 38.82%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#415B63 (or 0x415B63) is known color: San Juan. HEX triplet: 41, 5B and 63. RGB value is (65,91,99). Sum of RGB (Red+Green+Blue) = 65+91+99=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 99 - color contains mainly: blue. Hex color #415B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B63 is #BEA49C. Grayscale: #545454. Windows color (decimal): -12493981 or 6511425. OLE color: 6511425.

HSL color Cylindrical-coordinate representation of color #415B63: hue angle of 194.12º 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 #415B63 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 65 91 99 -
CMYK 0.34 0.08 0 0.61
HSL 194.12º 0.21% 0.32% -
HSV(B) 194.12º 0.34% 0.39% -
XYZ 8.17 9.51 13.21 -
YUV 84.14 136.39 114.35 -
System Red Green Blue C M Y K H S L
Decimal 65 91 99 0.34 0.08 0 0.61 194.12 0.21 0.32
Hex 41 5B 63 22 8 0 3D C2 15 20
Octal 101 133 143 42 10 0 75 302 25 40
Binary 1000001 1011011 1100011 100010 1000 0 111101 11000010 10101 100000

Color Harmonies of #415B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415B63

Black with #415B63

Text Example


Text Example

White with #415B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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