Html Css Color HEX #42577F Chambray

📋 copy color: '#42577F'

red 66 ◦ green 87 ◦ blue 127

#42577F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chambray #42577F

Tints of Chambray #42577F

RGB

 RED value IS 66 (26.17% from 255) = 23.57%

 GREEN value IS 87 (34.38% from 255) = 31.07%

 BLUE value IS 127 (50% from 255) = 45.36%

R = 23.57%
G = 31.07%
B = 45.36%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#42577F (or 0x42577F) is known color: Chambray. HEX triplet: 42, 57 and 7F. RGB value is (66,87,127). Sum of RGB (Red+Green+Blue) = 66+87+127=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #42577F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42577F is #BDA880. Grayscale: #555555. Windows color (decimal): -12429441 or 8345410. OLE color: 8345410.

HSL color Cylindrical-coordinate representation of color #42577F: hue angle of 219.34º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42577F is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 87 127 -
CMYK 0.48 0.31 0 0.50
HSL 219.34º 0.32% 0.38% -
HSV(B) 219.34º 0.48% 0.5% -
XYZ 9.49 9.51 21.41 -
YUV 85.28 151.54 114.25 -
System Red Green Blue C M Y K H S L
Decimal 66 87 127 0.48 0.31 0 0.50 219.34 0.32 0.38
Hex 42 57 7F 30 1F 0 32 DB 20 26
Octal 102 127 177 60 37 0 62 333 40 46
Binary 1000010 1010111 1111111 110000 11111 0 110010 11011011 100000 100110

Color Harmonies of #42577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42577F

Black with #42577F

Text Example


Text Example

White with #42577F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42577F;
 }
 .AnyTagClassName
 {
   color: #42577F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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