#425A6E

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

Shades of San Juan #425A6E

Tints of San Juan #425A6E

Color information

#425A6E (or 0x425A6E) is unknown color: approx San Juan. HEX triplet: 42, 5A and 6E. RGB value is (66,90,110). Sum of RGB (Red+Green+Blue) = 66+90+110=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 110 - color contains mainly: blue. Hex color #425A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425A6E is #BDA591. Grayscale: #545454. Windows color (decimal): -12428690 or 7232066. OLE color: 7232066.

HSL color Cylindrical-coordinate representation of color #425A6E: hue angle of 207.27º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #425A6E is Cyan = 0.4, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6690110-
CMYK0.40.1800.57
HSL207.27º25%34.51%-
HSV(B)207.27º40%43.14%-
XYZ8.729.616.14-
YUV85.1142.05114.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.81%
GREEN value IS 90 (35.55% from 255) = 33.83%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=24.81%
G=33.83%
B=41.35%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66901100.40.1800.57207.272534.51
Hex425A6E2812039cf1923
Octal10213215650220713173143
Binary1000010101101011011101010001001001110011100111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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