#405861

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

Shades of San Juan #405861

Tints of San Juan #405861

Color information

#405861 (or 0x405861) is unknown color: approx San Juan. HEX triplet: 40, 58 and 61. RGB value is (64,88,97). Sum of RGB (Red+Green+Blue) = 64+88+97=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 97 - color contains mainly: blue. Hex color #405861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405861 is #BFA79E. Grayscale: #515151. Windows color (decimal): -12560287 or 6379584. OLE color: 6379584.

HSL color Cylindrical-coordinate representation of color #405861: hue angle of 196.36º 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 #405861 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB648897-
CMYK0.340.0900.62
HSL196.36º20.5%31.57%-
HSV(B)196.36º34.02%38.04%-
XYZ7.768.9312.62-
YUV81.85136.55115.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.70%
GREEN value IS 88 (34.77% from 255) = 35.34%
BLUE value IS 97 (38.28% from 255) = 38.96%
R=25.70%
G=35.34%
B=38.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6488970.340.0900.62196.3620.531.57
Hex40586122903Ec41420
Octal10013014142110763042440
Binary100000010110001100001100010100101111101100010010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405861; }

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

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

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

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

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

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

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

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