#425A66

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

Shades of San Juan #425A66

Tints of San Juan #425A66

Color information

#425A66 (or 0x425A66) is unknown color: approx San Juan. HEX triplet: 42, 5A and 66. RGB value is (66,90,102). Sum of RGB (Red+Green+Blue) = 66+90+102=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 102 - color contains mainly: blue. Hex color #425A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425A66 is #BDA599. Grayscale: #545454. Windows color (decimal): -12428698 or 6707778. OLE color: 6707778.

HSL color Cylindrical-coordinate representation of color #425A66: hue angle of 200º 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 #425A66 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6690102-
CMYK0.350.1200.6
HSL200º21.43%32.94%-
HSV(B)200º35.29%40%-
XYZ8.39.4313.95-
YUV84.19138.05115.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 90 (35.55% from 255) = 34.88%
BLUE value IS 102 (40.23% from 255) = 39.53%
R=25.58%
G=34.88%
B=39.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal66901020.350.1200.620021.4332.94
Hex425A6623C03Cc81521
Octal10213214643140743102541
Binary100001010110101100110100011110001111001100100010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425A66; }

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

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

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

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

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

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

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

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