#415B6E

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

Shades of San Juan #415B6E

Tints of San Juan #415B6E

Color information

#415B6E (or 0x415B6E) is unknown color: approx San Juan. HEX triplet: 41, 5B and 6E. RGB value is (65,91,110). Sum of RGB (Red+Green+Blue) = 65+91+110=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 110 - color contains mainly: blue. Hex color #415B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B6E is #BEA491. Grayscale: #555555. Windows color (decimal): -12493970 or 7232321. OLE color: 7232321.

HSL color Cylindrical-coordinate representation of color #415B6E: hue angle of 205.33º 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 #415B6E is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6591110-
CMYK0.410.1700.57
HSL205.33º25.71%34.31%-
HSV(B)205.33º40.91%43.14%-
XYZ8.749.7316.17-
YUV85.39141.89113.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.44%
GREEN value IS 91 (35.94% from 255) = 34.21%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=24.44%
G=34.21%
B=41.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65911100.410.1700.57205.3325.7134.31
Hex415B6E2911039cd1a22
Octal10113315651210713153242
Binary1000001101101111011101010011000101110011100110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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