#415360

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

Shades of San Juan #415360

Tints of San Juan #415360

Color information

#415360 (or 0x415360) is unknown color: approx San Juan. HEX triplet: 41, 53 and 60. RGB value is (65,83,96). Sum of RGB (Red+Green+Blue) = 65+83+96=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 96 - color contains mainly: blue. Hex color #415360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415360 is #BEAC9F. Grayscale: #4F4F4F. Windows color (decimal): -12496032 or 6312769. OLE color: 6312769.

HSL color Cylindrical-coordinate representation of color #415360: hue angle of 205.16º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #415360 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB658396-
CMYK0.320.1400.62
HSL205.16º19.25%31.57%-
HSV(B)205.16º32.29%37.65%-
XYZ7.388.1512.25-
YUV79.1137.54117.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.64%
GREEN value IS 83 (32.81% from 255) = 34.02%
BLUE value IS 96 (37.89% from 255) = 39.34%
R=26.64%
G=34.02%
B=39.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6583960.320.1400.62205.1619.2531.57
Hex41536020E03Ecd1320
Octal10112314040160763152340
Binary100000110100111100000100000111001111101100110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415360; }

 p { color: rgb(65,83,96); }

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

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

 a { background-color: rgb(65,83,96); }

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

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

 span { border-color: rgb(65,83,96); }

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