#425A80

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

Shades of Chambray #425A80

Tints of Chambray #425A80

Color information

#425A80 (or 0x425A80) is unknown color: approx Chambray. HEX triplet: 42, 5A and 80. RGB value is (66,90,128). Sum of RGB (Red+Green+Blue) = 66+90+128=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 128 - color contains mainly: blue. Hex color #425A80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425A80 is #BDA57F. Grayscale: #565656. Windows color (decimal): -12428672 or 8411714. OLE color: 8411714.

HSL color Cylindrical-coordinate representation of color #425A80: hue angle of 216.77º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #425A80 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6690128-
CMYK0.480.3000.50
HSL216.77º31.96%38.04%-
HSV(B)216.77º48.44%50.2%-
XYZ9.810.0321.84-
YUV87.16151.05112.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.24%
GREEN value IS 90 (35.55% from 255) = 31.69%
BLUE value IS 128 (50.39% from 255) = 45.07%
R=23.24%
G=31.69%
B=45.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66901280.480.3000.50216.7731.9638.04
Hex425A80301E032d92026
Octal10213220060360623314046
Binary100001010110101000000011000011110011001011011001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,90,128); }

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

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

 a { background-color: rgb(66,90,128); }

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

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

 span { border-color: rgb(66,90,128); }

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