Html Css Color HEX #415964 San Juan

📋 copy color: '#415964'

red 65 ◦ green 89 ◦ blue 100

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

Shades of San Juan #415964

Tints of San Juan #415964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 39.37%

R = 25.59%
G = 35.04%
B = 39.37%

CMYK

 C value IS 0.35

 M value IS 0.11

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#415964 (or 0x415964) is known color: San Juan. HEX triplet: 41, 59 and 64. RGB value is (65,89,100). Sum of RGB (Red+Green+Blue) = 65+89+100=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 100 - color contains mainly: blue. Hex color #415964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415964 is #BEA69B. Grayscale: #535353. Windows color (decimal): -12494492 or 6576449. OLE color: 6576449.

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

Color convert

RGB 65 89 100 -
CMYK 0.35 0.11 0 0.61
HSL 198.86º 0.21% 0.32% -
HSV(B) 198.86º 0.35% 0.39% -
XYZ 8.05 9.19 13.41 -
YUV 83.08 137.55 115.11 -
System Red Green Blue C M Y K H S L
Decimal 65 89 100 0.35 0.11 0 0.61 198.86 0.21 0.32
Hex 41 59 64 23 B 0 3D C7 15 20
Octal 101 131 144 43 13 0 75 307 25 40
Binary 1000001 1011001 1100100 100011 1011 0 111101 11000111 10101 100000

Color Harmonies of #415964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415964

Black with #415964

Text Example


Text Example

White with #415964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415964; }

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

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

background-color css

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

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

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

border-color css

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

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

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