#425668

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

Shades of San Juan #425668

Tints of San Juan #425668

Color information

#425668 (or 0x425668) is unknown color: approx San Juan. HEX triplet: 42, 56 and 68. RGB value is (66,86,104). Sum of RGB (Red+Green+Blue) = 66+86+104=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 104 - color contains mainly: blue. Hex color #425668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425668 is #BDA997. Grayscale: #515151. Windows color (decimal): -12429720 or 6837826. OLE color: 6837826.

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

Color convert

RGB6686104-
CMYK0.370.1700.59
HSL208.42º22.35%33.33%-
HSV(B)208.42º36.54%40.78%-
XYZ8.078.8114.37-
YUV82.07140.37116.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 104 (41.02% from 255) = 40.62%
R=25.78%
G=33.59%
B=40.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66861040.370.1700.59208.4222.3533.33
Hex425668251103Bd01621
Octal10212615045210733202641
Binary1000010101011011010001001011000101110111101000010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425668; }

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

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

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

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

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

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

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

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