Html Css Color HEX #42577C Chambray

📋 copy color: '#42577C'

red 66 ◦ green 87 ◦ blue 124

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

Shades of Chambray #42577C

Tints of Chambray #42577C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.77%

R = 23.83%
G = 31.41%
B = 44.77%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42577C (or 0x42577C) is known color: Chambray. HEX triplet: 42, 57 and 7C. RGB value is (66,87,124). Sum of RGB (Red+Green+Blue) = 66+87+124=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #42577C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42577C is #BDA883. Grayscale: #545454. Windows color (decimal): -12429444 or 8148802. OLE color: 8148802.

HSL color Cylindrical-coordinate representation of color #42577C: hue angle of 218.28º 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 #42577C is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 87 124 -
CMYK 0.47 0.30 0 0.51
HSL 218.28º 0.31% 0.37% -
HSV(B) 218.28º 0.47% 0.49% -
XYZ 9.29 9.43 20.4 -
YUV 84.94 150.04 114.49 -
System Red Green Blue C M Y K H S L
Decimal 66 87 124 0.47 0.30 0 0.51 218.28 0.31 0.37
Hex 42 57 7C 2F 1E 0 33 DA 1F 25
Octal 102 127 174 57 36 0 63 332 37 45
Binary 1000010 1010111 1111100 101111 11110 0 110011 11011010 11111 100101

Color Harmonies of #42577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42577C

Black with #42577C

Text Example


Text Example

White with #42577C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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