#425961

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

Shades of San Juan #425961

Tints of San Juan #425961

Color information

#425961 (or 0x425961) is unknown color: approx San Juan. HEX triplet: 42, 59 and 61. RGB value is (66,89,97). Sum of RGB (Red+Green+Blue) = 66+89+97=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 97 - color contains mainly: blue. Hex color #425961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425961 is #BDA69E. Grayscale: #525252. Windows color (decimal): -12428959 or 6379842. OLE color: 6379842.

HSL color Cylindrical-coordinate representation of color #425961: hue angle of 195.48º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #425961 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB668997-
CMYK0.320.0800.62
HSL195.48º19.02%31.96%-
HSV(B)195.48º31.96%38.04%-
XYZ7.989.1712.66-
YUV83.04135.88115.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.19%
GREEN value IS 89 (35.16% from 255) = 35.32%
BLUE value IS 97 (38.28% from 255) = 38.49%
R=26.19%
G=35.32%
B=38.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6689970.320.0800.62195.4819.0231.96
Hex42596120803Ec31320
Octal10213114140100763032340
Binary100001010110011100001100000100001111101100001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425961; }

 p { color: rgb(66,89,97); }

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

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

 a { background-color: rgb(66,89,97); }

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

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

 span { border-color: rgb(66,89,97); }

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