#425E6E

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

Shades of San Juan #425E6E

Tints of San Juan #425E6E

Color information

#425E6E (or 0x425E6E) is unknown color: approx San Juan. HEX triplet: 42, 5E and 6E. RGB value is (66,94,110). Sum of RGB (Red+Green+Blue) = 66+94+110=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 110 - color contains mainly: blue. Hex color #425E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425E6E is #BDA191. Grayscale: #575757. Windows color (decimal): -12427666 or 7233090. OLE color: 7233090.

HSL color Cylindrical-coordinate representation of color #425E6E: hue angle of 201.82º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #425E6E is Cyan = 0.4, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6694110-
CMYK0.40.1500.57
HSL201.82º25%34.51%-
HSV(B)201.82º40%43.14%-
XYZ9.0610.2916.26-
YUV87.45140.72112.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.44%
GREEN value IS 94 (37.11% from 255) = 34.81%
BLUE value IS 110 (43.36% from 255) = 40.74%
R=24.44%
G=34.81%
B=40.74%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66941100.40.1500.57201.822534.51
Hex425E6E28F039ca1923
Octal10213615650170713123143
Binary100001010111101101110101000111101110011100101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425E6E; }

 p { color: rgb(66,94,110); }

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

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

 a { background-color: rgb(66,94,110); }

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

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

 span { border-color: rgb(66,94,110); }

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