Html Css Color HEX #40557A Chambray

📋 copy color: '#40557A'

red 64 ◦ green 85 ◦ blue 122

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

Shades of Chambray #40557A

Tints of Chambray #40557A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 45.02%

R = 23.62%
G = 31.37%
B = 45.02%

CMYK

 C value IS 0.48

 M value IS 0.30

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40557A (or 0x40557A) is known color: Chambray. HEX triplet: 40, 55 and 7A. RGB value is (64,85,122). Sum of RGB (Red+Green+Blue) = 64+85+122=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 122 - color contains mainly: blue. Hex color #40557A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40557A is #BFAA85. Grayscale: #525252. Windows color (decimal): -12561030 or 8017216. OLE color: 8017216.

HSL color Cylindrical-coordinate representation of color #40557A: hue angle of 218.28º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40557A is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 85 122 -
CMYK 0.48 0.30 0 0.52
HSL 218.28º 0.31% 0.36% -
HSV(B) 218.28º 0.48% 0.48% -
XYZ 8.88 8.99 19.68 -
YUV 82.94 150.04 114.49 -
System Red Green Blue C M Y K H S L
Decimal 64 85 122 0.48 0.30 0 0.52 218.28 0.31 0.36
Hex 40 55 7A 30 1E 0 34 DA 1F 24
Octal 100 125 172 60 36 0 64 332 37 44
Binary 1000000 1010101 1111010 110000 11110 0 110100 11011010 11111 100100

Color Harmonies of #40557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40557A

Black with #40557A

Text Example


Text Example

White with #40557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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