#425664

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

Shades of San Juan #425664

Tints of San Juan #425664

Color information

#425664 (or 0x425664) is unknown color: approx San Juan. HEX triplet: 42, 56 and 64. RGB value is (66,86,100). Sum of RGB (Red+Green+Blue) = 66+86+100=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 100 - color contains mainly: blue. Hex color #425664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425664 is #BDA99B. Grayscale: #515151. Windows color (decimal): -12429724 or 6575682. OLE color: 6575682.

HSL color Cylindrical-coordinate representation of color #425664: hue angle of 204.71º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #425664 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB6686100-
CMYK0.340.1400.61
HSL204.71º20.48%32.55%-
HSV(B)204.71º34%39.22%-
XYZ7.878.7313.33-
YUV81.62138.37116.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.19%
GREEN value IS 86 (33.98% from 255) = 34.13%
BLUE value IS 100 (39.45% from 255) = 39.68%
R=26.19%
G=34.13%
B=39.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal66861000.340.1400.61204.7120.4832.55
Hex42566422E03Dcd1421
Octal10212614442160753152441
Binary100001010101101100100100010111001111011100110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425664; }

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

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

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

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

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

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

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

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