Html Css Color HEX #42567C Chambray

📋 copy color: '#42567C'

red 66 ◦ green 86 ◦ blue 124

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

Shades of Chambray #42567C

Tints of Chambray #42567C

RGB

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

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

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

R = 23.91%
G = 31.16%
B = 44.93%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42567C (or 0x42567C) is known color: Chambray. HEX triplet: 42, 56 and 7C. RGB value is (66,86,124). Sum of RGB (Red+Green+Blue) = 66+86+124=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #42567C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42567C is #BDA983. Grayscale: #545454. Windows color (decimal): -12429700 or 8148546. OLE color: 8148546.

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

Color convert

RGB 66 86 124 -
CMYK 0.47 0.31 0 0.51
HSL 219.31º 0.31% 0.37% -
HSV(B) 219.31º 0.47% 0.49% -
XYZ 9.21 9.27 20.37 -
YUV 84.35 150.37 114.91 -
System Red Green Blue C M Y K H S L
Decimal 66 86 124 0.47 0.31 0 0.51 219.31 0.31 0.37
Hex 42 56 7C 2F 1F 0 33 DB 1F 25
Octal 102 126 174 57 37 0 63 333 37 45
Binary 1000010 1010110 1111100 101111 11111 0 110011 11011011 11111 100101

Color Harmonies of #42567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42567C

Black with #42567C

Text Example


Text Example

White with #42567C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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