Html Css Color HEX #41586C San Juan

📋 copy color: '#41586C'

red 65 ◦ green 88 ◦ blue 108

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

Shades of San Juan #41586C

Tints of San Juan #41586C

RGB

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

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

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

R = 24.9%
G = 33.72%
B = 41.38%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#41586C (or 0x41586C) is known color: San Juan. HEX triplet: 41, 58 and 6C. RGB value is (65,88,108). Sum of RGB (Red+Green+Blue) = 65+88+108=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 108 - color contains mainly: blue. Hex color #41586C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41586C is #BEA793. Grayscale: #535353. Windows color (decimal): -12494740 or 7100481. OLE color: 7100481.

HSL color Cylindrical-coordinate representation of color #41586C: hue angle of 207.91º 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 #41586C is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 88 108 -
CMYK 0.40 0.19 0 0.58
HSL 207.91º 0.25% 0.34% -
HSV(B) 207.91º 0.4% 0.42% -
XYZ 8.38 9.19 15.52 -
YUV 83.4 141.88 114.87 -
System Red Green Blue C M Y K H S L
Decimal 65 88 108 0.40 0.19 0 0.58 207.91 0.25 0.34
Hex 41 58 6C 28 13 0 3A D0 19 22
Octal 101 130 154 50 23 0 72 320 31 42
Binary 1000001 1011000 1101100 101000 10011 0 111010 11010000 11001 100010

Color Harmonies of #41586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41586C

Black with #41586C

Text Example


Text Example

White with #41586C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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