#42577D

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

Shades of Chambray #42577D

Tints of Chambray #42577D

Color information

#42577D (or 0x42577D) is unknown color: approx Chambray. HEX triplet: 42, 57 and 7D. RGB value is (66,87,125). Sum of RGB (Red+Green+Blue) = 66+87+125=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 125 - color contains mainly: blue. Hex color #42577D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42577D is #BDA882. Grayscale: #545454. Windows color (decimal): -12429443 or 8214338. OLE color: 8214338.

HSL color Cylindrical-coordinate representation of color #42577D: hue angle of 218.64º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42577D is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6687125-
CMYK0.470.3000.51
HSL218.64º30.89%37.45%-
HSV(B)218.64º47.2%49.02%-
XYZ9.369.4620.73-
YUV85.05150.54114.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.74%
GREEN value IS 87 (34.38% from 255) = 31.29%
BLUE value IS 125 (49.22% from 255) = 44.96%
R=23.74%
G=31.29%
B=44.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66871250.470.3000.51218.6430.8937.45
Hex42577D2F1E033db1f25
Octal10212717557360633333745
Binary1000010101011111111011011111111001100111101101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42577D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42577D; }

 p { color: rgb(66,87,125); }

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

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

 a { background-color: rgb(66,87,125); }

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

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

 span { border-color: rgb(66,87,125); }

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