Html Css Color HEX #41596B San Juan

📋 copy color: '#41596B'

red 65 ◦ green 89 ◦ blue 107

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

Shades of San Juan #41596B

Tints of San Juan #41596B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41%

R = 24.9%
G = 34.1%
B = 41%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41596B (or 0x41596B) is known color: San Juan. HEX triplet: 41, 59 and 6B. RGB value is (65,89,107). Sum of RGB (Red+Green+Blue) = 65+89+107=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 107 - color contains mainly: blue. Hex color #41596B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41596B is #BEA694. Grayscale: #535353. Windows color (decimal): -12494485 or 7035201. OLE color: 7035201.

HSL color Cylindrical-coordinate representation of color #41596B: hue angle of 205.71º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #41596B is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 89 107 -
CMYK 0.39 0.17 0 0.58
HSL 205.71º 0.24% 0.34% -
HSV(B) 205.71º 0.39% 0.42% -
XYZ 8.41 9.33 15.27 -
YUV 83.88 141.05 114.54 -
System Red Green Blue C M Y K H S L
Decimal 65 89 107 0.39 0.17 0 0.58 205.71 0.24 0.34
Hex 41 59 6B 27 11 0 3A CE 18 22
Octal 101 131 153 47 21 0 72 316 30 42
Binary 1000001 1011001 1101011 100111 10001 0 111010 11001110 11000 100010

Color Harmonies of #41596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41596B

Black with #41596B

Text Example


Text Example

White with #41596B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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