#425A6C

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

Shades of San Juan #425A6C

Tints of San Juan #425A6C

Color information

#425A6C (or 0x425A6C) is unknown color: approx San Juan. HEX triplet: 42, 5A and 6C. RGB value is (66,90,108). Sum of RGB (Red+Green+Blue) = 66+90+108=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 108 - color contains mainly: blue. Hex color #425A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425A6C is #BDA593. Grayscale: #545454. Windows color (decimal): -12428692 or 7100994. OLE color: 7100994.

HSL color Cylindrical-coordinate representation of color #425A6C: hue angle of 205.71º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #425A6C is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6690108-
CMYK0.390.1700.58
HSL205.71º24.14%34.12%-
HSV(B)205.71º38.89%42.35%-
XYZ8.619.5515.58-
YUV84.88141.05114.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25%
GREEN value IS 90 (35.55% from 255) = 34.09%
BLUE value IS 108 (42.58% from 255) = 40.91%
R=25%
G=34.09%
B=40.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66901080.390.1700.58205.7124.1434.12
Hex425A6C271103Ace1822
Octal10213215447210723163042
Binary1000010101101011011001001111000101110101100111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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