#415E6D

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

Shades of San Juan #415E6D

Tints of San Juan #415E6D

Color information

#415E6D (or 0x415E6D) is unknown color: approx San Juan. HEX triplet: 41, 5E and 6D. RGB value is (65,94,109). Sum of RGB (Red+Green+Blue) = 65+94+109=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 109 - color contains mainly: blue. Hex color #415E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415E6D is #BEA192. Grayscale: #565656. Windows color (decimal): -12493203 or 7167553. OLE color: 7167553.

HSL color Cylindrical-coordinate representation of color #415E6D: hue angle of 200.45º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #415E6D is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6594109-
CMYK0.400.1400.57
HSL200.45º25.29%34.12%-
HSV(B)200.45º40.37%42.75%-
XYZ8.9410.2315.97-
YUV87.04140.39112.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.25%
GREEN value IS 94 (37.11% from 255) = 35.07%
BLUE value IS 109 (42.97% from 255) = 40.67%
R=24.25%
G=35.07%
B=40.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65941090.400.1400.57200.4525.2934.12
Hex415E6D28E039c81922
Octal10113615550160713103142
Binary100000110111101101101101000111001110011100100011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,94,109); }

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

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

 a { background-color: rgb(65,94,109); }

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

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

 span { border-color: rgb(65,94,109); }

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