#425E83

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

Shades of Chambray #425E83

Tints of Chambray #425E83

Color information

#425E83 (or 0x425E83) is unknown color: approx Chambray. HEX triplet: 42, 5E and 83. RGB value is (66,94,131). Sum of RGB (Red+Green+Blue) = 66+94+131=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #425E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425E83 is #BDA17C. Grayscale: #595959. Windows color (decimal): -12427645 or 8609346. OLE color: 8609346.

HSL color Cylindrical-coordinate representation of color #425E83: hue angle of 214.15º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #425E83 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6694131-
CMYK0.500.2800.49
HSL214.15º32.99%38.63%-
HSV(B)214.15º49.62%51.37%-
XYZ10.3510.823.01-
YUV89.85151.22110.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 94 (37.11% from 255) = 32.30%
BLUE value IS 131 (51.56% from 255) = 45.02%
R=22.68%
G=32.30%
B=45.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66941310.500.2800.49214.1532.9938.63
Hex425E83321C031d62127
Octal10213620362340613264147
Binary100001010111101000001111001011100011000111010110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,94,131); }

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

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

 a { background-color: rgb(66,94,131); }

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

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

 span { border-color: rgb(66,94,131); }

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