Html Css Color HEX #42567F Chambray

📋 copy color: '#42567F'

red 66 ◦ green 86 ◦ blue 127

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

Shades of Chambray #42567F

Tints of Chambray #42567F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.82%

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

R = 23.66%
G = 30.82%
B = 45.52%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#42567F (or 0x42567F) is known color: Chambray. HEX triplet: 42, 56 and 7F. RGB value is (66,86,127). Sum of RGB (Red+Green+Blue) = 66+86+127=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #42567F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42567F is #BDA980. Grayscale: #545454. Windows color (decimal): -12429697 or 8345154. OLE color: 8345154.

HSL color Cylindrical-coordinate representation of color #42567F: hue angle of 220.33º 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 #42567F is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 86 127 -
CMYK 0.48 0.32 0 0.50
HSL 220.33º 0.32% 0.38% -
HSV(B) 220.33º 0.48% 0.5% -
XYZ 9.41 9.35 21.39 -
YUV 84.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 66 86 127 0.48 0.32 0 0.50 220.33 0.32 0.38
Hex 42 56 7F 30 20 0 32 DC 20 26
Octal 102 126 177 60 40 0 62 334 40 46
Binary 1000010 1010110 1111111 110000 100000 0 110010 11011100 100000 100110

Color Harmonies of #42567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42567F

Black with #42567F

Text Example


Text Example

White with #42567F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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