#415A66

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

Shades of San Juan #415A66

Tints of San Juan #415A66

Color information

#415A66 (or 0x415A66) is unknown color: approx San Juan. HEX triplet: 41, 5A and 66. RGB value is (65,90,102). Sum of RGB (Red+Green+Blue) = 65+90+102=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 102 - color contains mainly: blue. Hex color #415A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415A66 is #BEA599. Grayscale: #535353. Windows color (decimal): -12494234 or 6707777. OLE color: 6707777.

HSL color Cylindrical-coordinate representation of color #415A66: hue angle of 199.46º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #415A66 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6590102-
CMYK0.360.1200.6
HSL199.46º22.16%32.75%-
HSV(B)199.46º36.27%40%-
XYZ8.239.413.95-
YUV83.89138.22114.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.29%
GREEN value IS 90 (35.55% from 255) = 35.02%
BLUE value IS 102 (40.23% from 255) = 39.69%
R=25.29%
G=35.02%
B=39.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal65901020.360.1200.6199.4622.1632.75
Hex415A6624C03Cc71621
Octal10113214644140743072641
Binary100000110110101100110100100110001111001100011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,90,102); }

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

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

 a { background-color: rgb(65,90,102); }

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

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

 span { border-color: rgb(65,90,102); }

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