Html Css Color HEX #40587C Chambray

📋 copy color: '#40587C'

red 64 ◦ green 88 ◦ blue 124

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

Shades of Chambray #40587C

Tints of Chambray #40587C

RGB

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

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

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

R = 23.19%
G = 31.88%
B = 44.93%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40587C (or 0x40587C) is known color: Chambray. HEX triplet: 40, 58 and 7C. RGB value is (64,88,124). Sum of RGB (Red+Green+Blue) = 64+88+124=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 124 - color contains mainly: blue. Hex color #40587C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40587C is #BFA783. Grayscale: #545454. Windows color (decimal): -12560260 or 8149056. OLE color: 8149056.

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

Color convert

RGB 64 88 124 -
CMYK 0.48 0.29 0 0.51
HSL 216º 0.32% 0.37% -
HSV(B) 216º 0.48% 0.49% -
XYZ 9.24 9.52 20.42 -
YUV 84.93 150.05 113.07 -
System Red Green Blue C M Y K H S L
Decimal 64 88 124 0.48 0.29 0 0.51 216 0.32 0.37
Hex 40 58 7C 30 1D 0 33 D8 20 25
Octal 100 130 174 60 35 0 63 330 40 45
Binary 1000000 1011000 1111100 110000 11101 0 110011 11011000 100000 100101

Color Harmonies of #40587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40587C

Black with #40587C

Text Example


Text Example

White with #40587C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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