Html Css Color HEX #405871 Chambray

📋 copy color: '#405871'

red 64 ◦ green 88 ◦ blue 113

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

Shades of Chambray #405871

Tints of Chambray #405871

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.21%

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

R = 24.15%
G = 33.21%
B = 42.64%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#405871 (or 0x405871) is known color: Chambray. HEX triplet: 40, 58 and 71. RGB value is (64,88,113). Sum of RGB (Red+Green+Blue) = 64+88+113=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #405871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405871 is #BFA78E. Grayscale: #535353. Windows color (decimal): -12560271 or 7428160. OLE color: 7428160.

HSL color Cylindrical-coordinate representation of color #405871: hue angle of 210.61º 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 #405871 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 88 113 -
CMYK 0.43 0.22 0 0.56
HSL 210.61º 0.28% 0.35% -
HSV(B) 210.61º 0.43% 0.44% -
XYZ 8.58 9.26 16.96 -
YUV 83.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 64 88 113 0.43 0.22 0 0.56 210.61 0.28 0.35
Hex 40 58 71 2B 16 0 38 D3 1C 23
Octal 100 130 161 53 26 0 70 323 34 43
Binary 1000000 1011000 1110001 101011 10110 0 111000 11010011 11100 100011

Color Harmonies of #405871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405871

Black with #405871

Text Example


Text Example

White with #405871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405871; }

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

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

background-color css

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

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

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

border-color css

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

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

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