Html Css Color HEX #40597C Chambray

📋 copy color: '#40597C'

red 64 ◦ green 89 ◦ blue 124

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

Shades of Chambray #40597C

Tints of Chambray #40597C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.13%

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

R = 23.1%
G = 32.13%
B = 44.77%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40597C (or 0x40597C) is known color: Chambray. HEX triplet: 40, 59 and 7C. RGB value is (64,89,124). Sum of RGB (Red+Green+Blue) = 64+89+124=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #40597C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40597C is #BFA683. Grayscale: #555555. Windows color (decimal): -12560004 or 8149312. OLE color: 8149312.

HSL color Cylindrical-coordinate representation of color #40597C: hue angle of 215º 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 #40597C is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 89 124 -
CMYK 0.48 0.28 0 0.51
HSL 215º 0.32% 0.37% -
HSV(B) 215º 0.48% 0.49% -
XYZ 9.32 9.69 20.45 -
YUV 85.52 149.72 112.65 -
System Red Green Blue C M Y K H S L
Decimal 64 89 124 0.48 0.28 0 0.51 215 0.32 0.37
Hex 40 59 7C 30 1C 0 33 D7 20 25
Octal 100 131 174 60 34 0 63 327 40 45
Binary 1000000 1011001 1111100 110000 11100 0 110011 11010111 100000 100101

Color Harmonies of #40597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40597C

Black with #40597C

Text Example


Text Example

White with #40597C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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