#425861

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

Shades of San Juan #425861

Tints of San Juan #425861

Color information

#425861 (or 0x425861) is unknown color: approx San Juan. HEX triplet: 42, 58 and 61. RGB value is (66,88,97). Sum of RGB (Red+Green+Blue) = 66+88+97=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 97 - color contains mainly: blue. Hex color #425861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425861 is #BDA79E. Grayscale: #525252. Windows color (decimal): -12429215 or 6379586. OLE color: 6379586.

HSL color Cylindrical-coordinate representation of color #425861: hue angle of 197.42º 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 #425861 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB668897-
CMYK0.320.0900.62
HSL197.42º19.02%31.96%-
HSV(B)197.42º31.96%38.04%-
XYZ7.89912.63-
YUV82.45136.21116.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.29%
GREEN value IS 88 (34.77% from 255) = 35.06%
BLUE value IS 97 (38.28% from 255) = 38.65%
R=26.29%
G=35.06%
B=38.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6688970.320.0900.62197.4219.0231.96
Hex42586120903Ec51320
Octal10213014140110763052340
Binary100001010110001100001100000100101111101100010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425861; }

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

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

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

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

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

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

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

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