#415C6C

Color #415C6C San Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Juan #415C6C

Tints of San Juan #415C6C

Color information

#415C6C (or 0x415C6C) is unknown color: approx San Juan. HEX triplet: 41, 5C and 6C. RGB value is (65,92,108). Sum of RGB (Red+Green+Blue) = 65+92+108=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 108 - color contains mainly: blue. Hex color #415C6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415C6C is #BEA393. Grayscale: #555555. Windows color (decimal): -12493716 or 7101505. OLE color: 7101505.

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

Color convert

RGB6592108-
CMYK0.400.1500.58
HSL202.33º24.86%33.92%-
HSV(B)202.33º39.81%42.35%-
XYZ8.719.8615.63-
YUV85.75140.55113.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.53%
GREEN value IS 92 (36.33% from 255) = 34.72%
BLUE value IS 108 (42.58% from 255) = 40.75%
R=24.53%
G=34.72%
B=40.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65921080.400.1500.58202.3324.8633.92
Hex415C6C28F03Aca1922
Octal10113415450170723123142
Binary100000110111001101100101000111101110101100101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415C6C; }

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

 H1.HeaderClassName
 {
   color: #415C6C;
 }
 .AnyTagClassName
 {
   color: #415C6C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #415C6C;
 }
 .BgClassName
 {
   background-color: #415C6C;
 }
</style>
border-color css

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

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

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