#425C7E

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

Shades of Chambray #425C7E

Tints of Chambray #425C7E

Color information

#425C7E (or 0x425C7E) is unknown color: approx Chambray. HEX triplet: 42, 5C and 7E. RGB value is (66,92,126). Sum of RGB (Red+Green+Blue) = 66+92+126=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 126 - color contains mainly: blue. Hex color #425C7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C7E is #BDA381. Grayscale: #575757. Windows color (decimal): -12428162 or 8281154. OLE color: 8281154.

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

Color convert

RGB6692126-
CMYK0.480.2700.51
HSL214º31.25%37.65%-
HSV(B)214º47.62%49.41%-
XYZ9.8410.3221.21-
YUV88.1149.39112.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.24%
GREEN value IS 92 (36.33% from 255) = 32.39%
BLUE value IS 126 (49.61% from 255) = 44.37%
R=23.24%
G=32.39%
B=44.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66921260.480.2700.5121431.2537.65
Hex425C7E301B033d61f26
Octal10213417660330633263746
Binary1000010101110011111101100001101101100111101011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,92,126); }

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

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

 a { background-color: rgb(66,92,126); }

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

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

 span { border-color: rgb(66,92,126); }

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