#425C77

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

Shades of Chambray #425C77

Tints of Chambray #425C77

Color information

#425C77 (or 0x425C77) is unknown color: approx Chambray. HEX triplet: 42, 5C and 77. RGB value is (66,92,119). Sum of RGB (Red+Green+Blue) = 66+92+119=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 119 (46.88% from 255 or 42.96% from 277); Max value from RGB is 119 - color contains mainly: blue. Hex color #425C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C77 is #BDA388. Grayscale: #575757. Windows color (decimal): -12428169 or 7822402. OLE color: 7822402.

HSL color Cylindrical-coordinate representation of color #425C77: hue angle of 210.57º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #425C77 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6692119-
CMYK0.450.2300.53
HSL210.57º28.65%36.27%-
HSV(B)210.57º44.54%46.67%-
XYZ9.410.1418.92-
YUV87.3145.89112.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 92 (36.33% from 255) = 33.21%
BLUE value IS 119 (46.88% from 255) = 42.96%
R=23.83%
G=33.21%
B=42.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66921190.450.2300.53210.5728.6536.27
Hex425C772D17035d31d24
Octal10213416755270653233544
Binary1000010101110011101111011011011101101011101001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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