#425880

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

Shades of Chambray #425880

Tints of Chambray #425880

Color information

#425880 (or 0x425880) is unknown color: approx Chambray. HEX triplet: 42, 58 and 80. RGB value is (66,88,128). Sum of RGB (Red+Green+Blue) = 66+88+128=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 128 - color contains mainly: blue. Hex color #425880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425880 is #BDA77F. Grayscale: #555555. Windows color (decimal): -12429184 or 8411202. OLE color: 8411202.

HSL color Cylindrical-coordinate representation of color #425880: hue angle of 218.71º 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 #425880 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6688128-
CMYK0.480.3100.50
HSL218.71º31.96%38.04%-
HSV(B)218.71º48.44%50.2%-
XYZ9.639.721.79-
YUV85.98151.71113.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.40%
GREEN value IS 88 (34.77% from 255) = 31.21%
BLUE value IS 128 (50.39% from 255) = 45.39%
R=23.40%
G=31.21%
B=45.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66881280.480.3100.50218.7131.9638.04
Hex425880301F032db2026
Octal10213020060370623334046
Binary100001010110001000000011000011111011001011011011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425880; }

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

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

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

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

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

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

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

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