Html Css Color HEX #405572 Chambray

📋 copy color: '#405572'

red 64 ◦ green 85 ◦ blue 114

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

Shades of Chambray #405572

Tints of Chambray #405572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.32%

 BLUE value IS 114 (44.92% from 255) = 43.35%

R = 24.33%
G = 32.32%
B = 43.35%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#405572 (or 0x405572) is known color: Chambray. HEX triplet: 40, 55 and 72. RGB value is (64,85,114). Sum of RGB (Red+Green+Blue) = 64+85+114=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #405572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405572 is #BFAA8D. Grayscale: #515151. Windows color (decimal): -12561038 or 7492928. OLE color: 7492928.

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

Color convert

RGB 64 85 114 -
CMYK 0.44 0.25 0 0.55
HSL 214.8º 0.28% 0.35% -
HSV(B) 214.8º 0.44% 0.45% -
XYZ 8.4 8.8 17.18 -
YUV 82.03 146.04 115.14 -
System Red Green Blue C M Y K H S L
Decimal 64 85 114 0.44 0.25 0 0.55 214.8 0.28 0.35
Hex 40 55 72 2C 19 0 37 D7 1C 23
Octal 100 125 162 54 31 0 67 327 34 43
Binary 1000000 1010101 1110010 101100 11001 0 110111 11010111 11100 100011

Color Harmonies of #405572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405572

Black with #405572

Text Example


Text Example

White with #405572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405572; }

 p { color: rgb(64,85,114); }

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

background-color css

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

 a { background-color: rgb(64,85,114); }

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

border-color css

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

 span { border-color: rgb(64,85,114); }

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