#415A6E

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

Shades of San Juan #415A6E

Tints of San Juan #415A6E

Color information

#415A6E (or 0x415A6E) is unknown color: approx San Juan. HEX triplet: 41, 5A and 6E. RGB value is (65,90,110). Sum of RGB (Red+Green+Blue) = 65+90+110=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 110 - color contains mainly: blue. Hex color #415A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415A6E is #BEA591. Grayscale: #545454. Windows color (decimal): -12494226 or 7232065. OLE color: 7232065.

HSL color Cylindrical-coordinate representation of color #415A6E: hue angle of 206.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #415A6E is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6590110-
CMYK0.410.1800.57
HSL206.67º25.71%34.31%-
HSV(B)206.67º40.91%43.14%-
XYZ8.659.5616.14-
YUV84.8142.22113.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.53%
GREEN value IS 90 (35.55% from 255) = 33.96%
BLUE value IS 110 (43.36% from 255) = 41.51%
R=24.53%
G=33.96%
B=41.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65901100.410.1800.57206.6725.7134.31
Hex415A6E2912039cf1a22
Octal10113215651220713173242
Binary1000001101101011011101010011001001110011100111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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