Html Css Color HEX #41586D San Juan

📋 copy color: '#41586D'

red 65 ◦ green 88 ◦ blue 109

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

Shades of San Juan #41586D

Tints of San Juan #41586D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.59%

 BLUE value IS 109 (42.97% from 255) = 41.6%

R = 24.81%
G = 33.59%
B = 41.6%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#41586D (or 0x41586D) is known color: San Juan. HEX triplet: 41, 58 and 6D. RGB value is (65,88,109). Sum of RGB (Red+Green+Blue) = 65+88+109=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 109 - color contains mainly: blue. Hex color #41586D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41586D is #BEA792. Grayscale: #535353. Windows color (decimal): -12494739 or 7166017. OLE color: 7166017.

HSL color Cylindrical-coordinate representation of color #41586D: hue angle of 208.64º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41586D is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 65 88 109 -
CMYK 0.40 0.19 0 0.57
HSL 208.64º 0.25% 0.34% -
HSV(B) 208.64º 0.4% 0.43% -
XYZ 8.43 9.21 15.8 -
YUV 83.52 142.38 114.79 -
System Red Green Blue C M Y K H S L
Decimal 65 88 109 0.40 0.19 0 0.57 208.64 0.25 0.34
Hex 41 58 6D 28 13 0 39 D1 19 22
Octal 101 130 155 50 23 0 71 321 31 42
Binary 1000001 1011000 1101101 101000 10011 0 111001 11010001 11001 100010

Color Harmonies of #41586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41586D

Black with #41586D

Text Example


Text Example

White with #41586D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41586D; }

 p { color: rgb(65,88,109); }

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

background-color css

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

 a { background-color: rgb(65,88,109); }

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

border-color css

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

 span { border-color: rgb(65,88,109); }

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