#425B81

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

Shades of Chambray #425B81

Tints of Chambray #425B81

Color information

#425B81 (or 0x425B81) is unknown color: approx Chambray. HEX triplet: 42, 5B and 81. RGB value is (66,91,129). Sum of RGB (Red+Green+Blue) = 66+91+129=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 129 - color contains mainly: blue. Hex color #425B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425B81 is #BDA47E. Grayscale: #575757. Windows color (decimal): -12428415 or 8477506. OLE color: 8477506.

HSL color Cylindrical-coordinate representation of color #425B81: hue angle of 216.19º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #425B81 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6691129-
CMYK0.490.2900.49
HSL216.19º32.31%38.24%-
HSV(B)216.19º48.84%50.59%-
XYZ9.9510.2322.22-
YUV87.86151.22112.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.08%
GREEN value IS 91 (35.94% from 255) = 31.82%
BLUE value IS 129 (50.78% from 255) = 45.10%
R=23.08%
G=31.82%
B=45.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66911290.490.2900.49216.1932.3138.24
Hex425B81311D031d82026
Octal10213320161350613304046
Binary100001010110111000000111000111101011000111011000100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,91,129); }

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

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

 a { background-color: rgb(66,91,129); }

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

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

 span { border-color: rgb(66,91,129); }

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