Html Css Color HEX #41596C San Juan

📋 copy color: '#41596C'

red 65 ◦ green 89 ◦ blue 108

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

Shades of San Juan #41596C

Tints of San Juan #41596C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.22%

R = 24.81%
G = 33.97%
B = 41.22%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41596C (or 0x41596C) is known color: San Juan. HEX triplet: 41, 59 and 6C. RGB value is (65,89,108). Sum of RGB (Red+Green+Blue) = 65+89+108=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 108 - color contains mainly: blue. Hex color #41596C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41596C is #BEA693. Grayscale: #535353. Windows color (decimal): -12494484 or 7100737. OLE color: 7100737.

HSL color Cylindrical-coordinate representation of color #41596C: hue angle of 206.51º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41596C is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 89 108 -
CMYK 0.40 0.18 0 0.58
HSL 206.51º 0.25% 0.34% -
HSV(B) 206.51º 0.4% 0.42% -
XYZ 8.46 9.35 15.55 -
YUV 83.99 141.55 114.46 -
System Red Green Blue C M Y K H S L
Decimal 65 89 108 0.40 0.18 0 0.58 206.51 0.25 0.34
Hex 41 59 6C 28 12 0 3A CF 19 22
Octal 101 131 154 50 22 0 72 317 31 42
Binary 1000001 1011001 1101100 101000 10010 0 111010 11001111 11001 100010

Color Harmonies of #41596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41596C

Black with #41596C

Text Example


Text Example

White with #41596C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41596C; }

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

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

background-color css

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

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

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

border-color css

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

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

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