Html Css Color HEX #415761 San Juan

📋 copy color: '#415761'

red 65 ◦ green 87 ◦ blue 97

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

Shades of San Juan #415761

Tints of San Juan #415761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.96%

R = 26.1%
G = 34.94%
B = 38.96%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#415761 (or 0x415761) is known color: San Juan. HEX triplet: 41, 57 and 61. RGB value is (65,87,97). Sum of RGB (Red+Green+Blue) = 65+87+97=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 97 - color contains mainly: blue. Hex color #415761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415761 is #BEA89E. Grayscale: #515151. Windows color (decimal): -12495007 or 6379329. OLE color: 6379329.

HSL color Cylindrical-coordinate representation of color #415761: hue angle of 198.75º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #415761 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 87 97 -
CMYK 0.33 0.10 0 0.62
HSL 198.75º 0.2% 0.32% -
HSV(B) 198.75º 0.33% 0.38% -
XYZ 7.75 8.8 12.6 -
YUV 81.56 136.71 116.19 -
System Red Green Blue C M Y K H S L
Decimal 65 87 97 0.33 0.10 0 0.62 198.75 0.2 0.32
Hex 41 57 61 21 A 0 3E C7 14 20
Octal 101 127 141 41 12 0 76 307 24 40
Binary 1000001 1010111 1100001 100001 1010 0 111110 11000111 10100 100000

Color Harmonies of #415761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415761

Black with #415761

Text Example


Text Example

White with #415761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415761; }

 p { color: rgb(65,87,97); }

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

background-color css

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

 a { background-color: rgb(65,87,97); }

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

border-color css

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

 span { border-color: rgb(65,87,97); }

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