#425866

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

Shades of San Juan #425866

Tints of San Juan #425866

Color information

#425866 (or 0x425866) is unknown color: approx San Juan. HEX triplet: 42, 58 and 66. RGB value is (66,88,102). Sum of RGB (Red+Green+Blue) = 66+88+102=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 102 - color contains mainly: blue. Hex color #425866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425866 is #BDA799. Grayscale: #525252. Windows color (decimal): -12429210 or 6707266. OLE color: 6707266.

HSL color Cylindrical-coordinate representation of color #425866: hue angle of 203.33º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #425866 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6688102-
CMYK0.350.1400.6
HSL203.33º21.43%32.94%-
HSV(B)203.33º35.29%40%-
XYZ8.139.113.9-
YUV83.02138.71115.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 88 (34.77% from 255) = 34.38%
BLUE value IS 102 (40.23% from 255) = 39.84%
R=25.78%
G=34.38%
B=39.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66881020.350.1400.6203.3321.4332.94
Hex42586623E03Ccb1521
Octal10213014643160743132541
Binary100001010110001100110100011111001111001100101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425866; }

 p { color: rgb(66,88,102); }

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

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

 a { background-color: rgb(66,88,102); }

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

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

 span { border-color: rgb(66,88,102); }

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