#425A83

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

Shades of Chambray #425A83

Tints of Chambray #425A83

Color information

#425A83 (or 0x425A83) is unknown color: approx Chambray. HEX triplet: 42, 5A and 83. RGB value is (66,90,131). Sum of RGB (Red+Green+Blue) = 66+90+131=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 131 - color contains mainly: blue. Hex color #425A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425A83 is #BDA57C. Grayscale: #575757. Windows color (decimal): -12428669 or 8608322. OLE color: 8608322.

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

Color convert

RGB6690131-
CMYK0.500.3100.49
HSL217.85º32.99%38.63%-
HSV(B)217.85º49.62%51.37%-
XYZ1010.1122.9-
YUV87.5152.55112.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 90 (35.55% from 255) = 31.36%
BLUE value IS 131 (51.56% from 255) = 45.64%
R=23.00%
G=31.36%
B=45.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66901310.500.3100.49217.8532.9938.63
Hex425A83321F031da2127
Octal10213220362370613324147
Binary100001010110101000001111001011111011000111011010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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