Html Css Color HEX #42567D Chambray

📋 copy color: '#42567D'

red 66 ◦ green 86 ◦ blue 125

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

Shades of Chambray #42567D

Tints of Chambray #42567D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.13%

R = 23.83%
G = 31.05%
B = 45.13%

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

#42567D (or 0x42567D) is known color: Chambray. HEX triplet: 42, 56 and 7D. RGB value is (66,86,125). Sum of RGB (Red+Green+Blue) = 66+86+125=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #42567D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42567D is #BDA982. Grayscale: #545454. Windows color (decimal): -12429699 or 8214082. OLE color: 8214082.

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

Color convert

RGB 66 86 125 -
CMYK 0.47 0.31 0 0.51
HSL 219.66º 0.31% 0.37% -
HSV(B) 219.66º 0.47% 0.49% -
XYZ 9.28 9.29 20.71 -
YUV 84.47 150.87 114.83 -
System Red Green Blue C M Y K H S L
Decimal 66 86 125 0.47 0.31 0 0.51 219.66 0.31 0.37
Hex 42 56 7D 2F 1F 0 33 DC 1F 25
Octal 102 126 175 57 37 0 63 334 37 45
Binary 1000010 1010110 1111101 101111 11111 0 110011 11011100 11111 100101

Color Harmonies of #42567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42567D

Black with #42567D

Text Example


Text Example

White with #42567D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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