Html Css Color HEX #42567B Chambray

📋 copy color: '#42567B'

red 66 ◦ green 86 ◦ blue 123

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

Shades of Chambray #42567B

Tints of Chambray #42567B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 44.73%

R = 24%
G = 31.27%
B = 44.73%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42567B (or 0x42567B) is known color: Chambray. HEX triplet: 42, 56 and 7B. RGB value is (66,86,123). Sum of RGB (Red+Green+Blue) = 66+86+123=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #42567B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42567B is #BDA984. Grayscale: #545454. Windows color (decimal): -12429701 or 8083010. OLE color: 8083010.

HSL color Cylindrical-coordinate representation of color #42567B: hue angle of 218.95º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42567B is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 66 86 123 -
CMYK 0.46 0.30 0 0.52
HSL 218.95º 0.3% 0.37% -
HSV(B) 218.95º 0.46% 0.48% -
XYZ 9.15 9.24 20.04 -
YUV 84.24 149.87 114.99 -
System Red Green Blue C M Y K H S L
Decimal 66 86 123 0.46 0.30 0 0.52 218.95 0.3 0.37
Hex 42 56 7B 2E 1E 0 34 DB 1E 25
Octal 102 126 173 56 36 0 64 333 36 45
Binary 1000010 1010110 1111011 101110 11110 0 110100 11011011 11110 100101

Color Harmonies of #42567B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42567B

Black with #42567B

Text Example


Text Example

White with #42567B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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