Html Css Color HEX #40587D Chambray

📋 copy color: '#40587D'

red 64 ◦ green 88 ◦ blue 125

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

Shades of Chambray #40587D

Tints of Chambray #40587D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.13%

R = 23.1%
G = 31.77%
B = 45.13%

CMYK

 C value IS 0.49

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40587D (or 0x40587D) is known color: Chambray. HEX triplet: 40, 58 and 7D. RGB value is (64,88,125). Sum of RGB (Red+Green+Blue) = 64+88+125=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #40587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40587D is #BFA782. Grayscale: #545454. Windows color (decimal): -12560259 or 8214592. OLE color: 8214592.

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

Color convert

RGB 64 88 125 -
CMYK 0.49 0.30 0 0.51
HSL 216.39º 0.32% 0.37% -
HSV(B) 216.39º 0.49% 0.49% -
XYZ 9.31 9.55 20.75 -
YUV 85.04 150.55 112.99 -
System Red Green Blue C M Y K H S L
Decimal 64 88 125 0.49 0.30 0 0.51 216.39 0.32 0.37
Hex 40 58 7D 31 1E 0 33 D8 20 25
Octal 100 130 175 61 36 0 63 330 40 45
Binary 1000000 1011000 1111101 110001 11110 0 110011 11011000 100000 100101

Color Harmonies of #40587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40587D

Black with #40587D

Text Example


Text Example

White with #40587D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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