#415968

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

Shades of San Juan #415968

Tints of San Juan #415968

Color information

#415968 (or 0x415968) is unknown color: approx San Juan. HEX triplet: 41, 59 and 68. RGB value is (65,89,104). Sum of RGB (Red+Green+Blue) = 65+89+104=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 104 - color contains mainly: blue. Hex color #415968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415968 is #BEA697. Grayscale: #535353. Windows color (decimal): -12494488 or 6838593. OLE color: 6838593.

HSL color Cylindrical-coordinate representation of color #415968: hue angle of 203.08º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #415968 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6589104-
CMYK0.380.1400.59
HSL203.08º23.08%33.14%-
HSV(B)203.08º37.5%40.78%-
XYZ8.259.2714.45-
YUV83.53139.55114.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.19%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 104 (41.02% from 255) = 40.31%
R=25.19%
G=34.50%
B=40.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65891040.380.1400.59203.0823.0833.14
Hex41596826E03Bcb1721
Octal10113115046160733132741
Binary100000110110011101000100110111001110111100101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415968; }

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

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

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

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

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

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

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

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