#425865

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

Shades of San Juan #425865

Tints of San Juan #425865

Color information

#425865 (or 0x425865) is unknown color: approx San Juan. HEX triplet: 42, 58 and 65. RGB value is (66,88,101). Sum of RGB (Red+Green+Blue) = 66+88+101=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 101 - color contains mainly: blue. Hex color #425865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425865 is #BDA79A. Grayscale: #525252. Windows color (decimal): -12429211 or 6641730. OLE color: 6641730.

HSL color Cylindrical-coordinate representation of color #425865: hue angle of 202.29º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #425865 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6688101-
CMYK0.350.1300.60
HSL202.29º20.96%32.75%-
HSV(B)202.29º34.65%39.61%-
XYZ8.099.0813.64-
YUV82.9138.21115.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.88%
GREEN value IS 88 (34.77% from 255) = 34.51%
BLUE value IS 101 (39.84% from 255) = 39.61%
R=25.88%
G=34.51%
B=39.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66881010.350.1300.60202.2920.9632.75
Hex42586523D03Cca1521
Octal10213014543150743122541
Binary100001010110001100101100011110101111001100101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425865; }

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

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

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

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

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

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

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

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