#415D6C

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

Shades of San Juan #415D6C

Tints of San Juan #415D6C

Color information

#415D6C (or 0x415D6C) is unknown color: approx San Juan. HEX triplet: 41, 5D and 6C. RGB value is (65,93,108). Sum of RGB (Red+Green+Blue) = 65+93+108=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 108 - color contains mainly: blue. Hex color #415D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415D6C is #BEA293. Grayscale: #565656. Windows color (decimal): -12493460 or 7101761. OLE color: 7101761.

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

Color convert

RGB6593108-
CMYK0.400.1400.58
HSL200.93º24.86%33.92%-
HSV(B)200.93º39.81%42.35%-
XYZ8.810.0415.66-
YUV86.34140.22112.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.44%
GREEN value IS 93 (36.72% from 255) = 34.96%
BLUE value IS 108 (42.58% from 255) = 40.60%
R=24.44%
G=34.96%
B=40.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65931080.400.1400.58200.9324.8633.92
Hex415D6C28E03Ac91922
Octal10113515450160723113142
Binary100000110111011101100101000111001110101100100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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