Html Css Color HEX #405671 Chambray

📋 copy color: '#405671'

red 64 ◦ green 86 ◦ blue 113

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

Shades of Chambray #405671

Tints of Chambray #405671

RGB

 RED value IS 64 (25.39% from 255) = 24.33%

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

 BLUE value IS 113 (44.53% from 255) = 42.97%

R = 24.33%
G = 32.7%
B = 42.97%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#405671 (or 0x405671) is known color: Chambray. HEX triplet: 40, 56 and 71. RGB value is (64,86,113). Sum of RGB (Red+Green+Blue) = 64+86+113=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #405671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405671 is #BFA98E. Grayscale: #525252. Windows color (decimal): -12560783 or 7427648. OLE color: 7427648.

HSL color Cylindrical-coordinate representation of color #405671: hue angle of 213.06º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #405671 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 86 113 -
CMYK 0.43 0.24 0 0.56
HSL 213.06º 0.28% 0.35% -
HSV(B) 213.06º 0.43% 0.44% -
XYZ 8.42 8.94 16.9 -
YUV 82.5 145.21 114.8 -
System Red Green Blue C M Y K H S L
Decimal 64 86 113 0.43 0.24 0 0.56 213.06 0.28 0.35
Hex 40 56 71 2B 18 0 38 D5 1C 23
Octal 100 126 161 53 30 0 70 325 34 43
Binary 1000000 1010110 1110001 101011 11000 0 111000 11010101 11100 100011

Color Harmonies of #405671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405671

Black with #405671

Text Example


Text Example

White with #405671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405671; }

 p { color: rgb(64,86,113); }

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

background-color css

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

 a { background-color: rgb(64,86,113); }

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

border-color css

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

 span { border-color: rgb(64,86,113); }

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