#425877

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

Shades of Chambray #425877

Tints of Chambray #425877

Color information

#425877 (or 0x425877) is unknown color: approx Chambray. HEX triplet: 42, 58 and 77. RGB value is (66,88,119). Sum of RGB (Red+Green+Blue) = 66+88+119=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 119 - color contains mainly: blue. Hex color #425877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425877 is #BDA788. Grayscale: #545454. Windows color (decimal): -12429193 or 7821378. OLE color: 7821378.

HSL color Cylindrical-coordinate representation of color #425877: hue angle of 215.09º 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 #425877 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6688119-
CMYK0.450.2600.53
HSL215.09º28.65%36.27%-
HSV(B)215.09º44.54%46.67%-
XYZ9.079.4718.8-
YUV84.96147.21114.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 119 (46.88% from 255) = 43.59%
R=24.18%
G=32.23%
B=43.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66881190.450.2600.53215.0928.6536.27
Hex4258772D1A035d71d24
Octal10213016755320653273544
Binary1000010101100011101111011011101001101011101011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425877; }

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

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

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

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

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

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

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

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