Html Css Color HEX #415565 San Juan

📋 copy color: '#415565'

red 65 ◦ green 85 ◦ blue 101

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

Shades of San Juan #415565

Tints of San Juan #415565

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.86%

 BLUE value IS 101 (39.84% from 255) = 40.24%

R = 25.9%
G = 33.86%
B = 40.24%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#415565 (or 0x415565) is known color: San Juan. HEX triplet: 41, 55 and 65. RGB value is (65,85,101). Sum of RGB (Red+Green+Blue) = 65+85+101=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 101 - color contains mainly: blue. Hex color #415565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415565 is #BEAA9A. Grayscale: #505050. Windows color (decimal): -12495515 or 6640961. OLE color: 6640961.

HSL color Cylindrical-coordinate representation of color #415565: hue angle of 206.67º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #415565 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 65 85 101 -
CMYK 0.36 0.16 0 0.60
HSL 206.67º 0.22% 0.33% -
HSV(B) 206.67º 0.36% 0.4% -
XYZ 7.78 8.56 13.55 -
YUV 80.84 139.37 116.7 -
System Red Green Blue C M Y K H S L
Decimal 65 85 101 0.36 0.16 0 0.60 206.67 0.22 0.33
Hex 41 55 65 24 10 0 3C CF 16 21
Octal 101 125 145 44 20 0 74 317 26 41
Binary 1000001 1010101 1100101 100100 10000 0 111100 11001111 10110 100001

Color Harmonies of #415565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415565

Black with #415565

Text Example


Text Example

White with #415565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415565; }

 p { color: rgb(65,85,101); }

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

background-color css

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

 a { background-color: rgb(65,85,101); }

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

border-color css

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

 span { border-color: rgb(65,85,101); }

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