#425669

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

Shades of San Juan #425669

Tints of San Juan #425669

Color information

#425669 (or 0x425669) is unknown color: approx San Juan. HEX triplet: 42, 56 and 69. RGB value is (66,86,105). Sum of RGB (Red+Green+Blue) = 66+86+105=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 105 - color contains mainly: blue. Hex color #425669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425669 is #BDA996. Grayscale: #525252. Windows color (decimal): -12429719 or 6903362. OLE color: 6903362.

HSL color Cylindrical-coordinate representation of color #425669: hue angle of 209.23º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #425669 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6686105-
CMYK0.370.1800.59
HSL209.23º22.81%33.53%-
HSV(B)209.23º37.14%41.18%-
XYZ8.128.8314.64-
YUV82.19140.87116.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.68%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 105 (41.41% from 255) = 40.86%
R=25.68%
G=33.46%
B=40.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66861050.370.1800.59209.2322.8133.53
Hex425669251203Bd11722
Octal10212615145220733212742
Binary1000010101011011010011001011001001110111101000110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425669; }

 p { color: rgb(66,86,105); }

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

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

 a { background-color: rgb(66,86,105); }

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

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

 span { border-color: rgb(66,86,105); }

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