#405862

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

Shades of San Juan #405862

Tints of San Juan #405862

Color information

#405862 (or 0x405862) is unknown color: approx San Juan. HEX triplet: 40, 58 and 62. RGB value is (64,88,98). Sum of RGB (Red+Green+Blue) = 64+88+98=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 98 - color contains mainly: blue. Hex color #405862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405862 is #BFA79D. Grayscale: #515151. Windows color (decimal): -12560286 or 6445120. OLE color: 6445120.

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

Color convert

RGB648898-
CMYK0.350.1000.62
HSL197.65º20.99%31.76%-
HSV(B)197.65º34.69%38.43%-
XYZ7.818.9512.87-
YUV81.96137.05115.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.6%
GREEN value IS 88 (34.77% from 255) = 35.2%
BLUE value IS 98 (38.67% from 255) = 39.2%
R=25.6%
G=35.2%
B=39.2%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6488980.350.1000.62197.6520.9931.76
Hex40586223A03Ec61520
Octal10013014243120763062540
Binary100000010110001100010100011101001111101100011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405862; }

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

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

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

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

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

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

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

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