#405761

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

Shades of San Juan #405761

Tints of San Juan #405761

Color information

#405761 (or 0x405761) is unknown color: approx San Juan. HEX triplet: 40, 57 and 61. RGB value is (64,87,97). Sum of RGB (Red+Green+Blue) = 64+87+97=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 97 - color contains mainly: blue. Hex color #405761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405761 is #BFA89E. Grayscale: #515151. Windows color (decimal): -12560543 or 6379328. OLE color: 6379328.

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

Color convert

RGB648797-
CMYK0.340.1000.62
HSL198.18º20.5%31.57%-
HSV(B)198.18º34.02%38.04%-
XYZ7.688.7712.6-
YUV81.26136.88115.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.81%
GREEN value IS 87 (34.38% from 255) = 35.08%
BLUE value IS 97 (38.28% from 255) = 39.11%
R=25.81%
G=35.08%
B=39.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6487970.340.1000.62198.1820.531.57
Hex40576122A03Ec61420
Octal10012714142120763062440
Binary100000010101111100001100010101001111101100011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405761; }

 p { color: rgb(64,87,97); }

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

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

 a { background-color: rgb(64,87,97); }

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

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

 span { border-color: rgb(64,87,97); }

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