#425C6E

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

Shades of San Juan #425C6E

Tints of San Juan #425C6E

Color information

#425C6E (or 0x425C6E) is unknown color: approx San Juan. HEX triplet: 42, 5C and 6E. RGB value is (66,92,110). Sum of RGB (Red+Green+Blue) = 66+92+110=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 110 - color contains mainly: blue. Hex color #425C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C6E is #BDA391. Grayscale: #565656. Windows color (decimal): -12428178 or 7232578. OLE color: 7232578.

HSL color Cylindrical-coordinate representation of color #425C6E: hue angle of 204.55º 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 #425C6E is Cyan = 0.4, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6692110-
CMYK0.40.1600.57
HSL204.55º25%34.51%-
HSV(B)204.55º40%43.14%-
XYZ8.899.9416.2-
YUV86.28141.39113.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 92 (36.33% from 255) = 34.33%
BLUE value IS 110 (43.36% from 255) = 41.04%
R=24.63%
G=34.33%
B=41.04%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66921100.40.1600.57204.552534.51
Hex425C6E2810039cd1923
Octal10213415650200713153143
Binary1000010101110011011101010001000001110011100110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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