Html Css Color HEX #40537C Chambray

📋 copy color: '#40537C'

red 64 ◦ green 83 ◦ blue 124

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

Shades of Chambray #40537C

Tints of Chambray #40537C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.63%

 BLUE value IS 124 (48.83% from 255) = 45.76%

R = 23.62%
G = 30.63%
B = 45.76%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40537C (or 0x40537C) is known color: Chambray. HEX triplet: 40, 53 and 7C. RGB value is (64,83,124). Sum of RGB (Red+Green+Blue) = 64+83+124=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: blue. Hex color #40537C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40537C is #BFAC83. Grayscale: #515151. Windows color (decimal): -12561540 or 8147776. OLE color: 8147776.

HSL color Cylindrical-coordinate representation of color #40537C: hue angle of 221º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40537C is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 83 124 -
CMYK 0.48 0.33 0 0.51
HSL 221º 0.32% 0.37% -
HSV(B) 221º 0.48% 0.49% -
XYZ 8.85 8.73 20.29 -
YUV 81.99 151.71 115.17 -
System Red Green Blue C M Y K H S L
Decimal 64 83 124 0.48 0.33 0 0.51 221 0.32 0.37
Hex 40 53 7C 30 21 0 33 DD 20 25
Octal 100 123 174 60 41 0 63 335 40 45
Binary 1000000 1010011 1111100 110000 100001 0 110011 11011101 100000 100101

Color Harmonies of #40537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40537C

Black with #40537C

Text Example


Text Example

White with #40537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40537C; }

 p { color: rgb(64,83,124); }

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

background-color css

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

 a { background-color: rgb(64,83,124); }

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

border-color css

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

 span { border-color: rgb(64,83,124); }

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