#425984

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

Shades of Chambray #425984

Tints of Chambray #425984

Color information

#425984 (or 0x425984) is unknown color: approx Chambray. HEX triplet: 42, 59 and 84. RGB value is (66,89,132). Sum of RGB (Red+Green+Blue) = 66+89+132=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 132 - color contains mainly: blue. Hex color #425984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425984 is #BDA67B. Grayscale: #565656. Windows color (decimal): -12428924 or 8673602. OLE color: 8673602.

HSL color Cylindrical-coordinate representation of color #425984: hue angle of 219.09º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #425984 is Cyan = 0.5, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6689132-
CMYK0.50.3300.48
HSL219.09º33.33%38.82%-
HSV(B)219.09º50%51.76%-
XYZ9.989.9723.23-
YUV87.02153.38113-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 89 (35.16% from 255) = 31.01%
BLUE value IS 132 (51.95% from 255) = 45.99%
R=23.00%
G=31.01%
B=45.99%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66891320.50.3300.48219.0933.3338.82
Hex4259843221030db2127
Octal10213120462410603334147
Binary1000010101100110000100110010100001011000011011011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425984; }

 p { color: rgb(66,89,132); }

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

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

 a { background-color: rgb(66,89,132); }

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

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

 span { border-color: rgb(66,89,132); }

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