Html Css Color HEX #40587E Chambray

📋 copy color: '#40587E'

red 64 ◦ green 88 ◦ blue 126

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

Shades of Chambray #40587E

Tints of Chambray #40587E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 45.32%

R = 23.02%
G = 31.65%
B = 45.32%

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

#40587E (or 0x40587E) is known color: Chambray. HEX triplet: 40, 58 and 7E. RGB value is (64,88,126). Sum of RGB (Red+Green+Blue) = 64+88+126=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 126 (49.61% from 255 or 45.32% from 278); Max value from RGB is 126 - color contains mainly: blue. Hex color #40587E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40587E is #BFA781. Grayscale: #545454. Windows color (decimal): -12560258 or 8280128. OLE color: 8280128.

HSL color Cylindrical-coordinate representation of color #40587E: hue angle of 216.77º degrees, saturation: 0.33, 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 #40587E is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 88 126 -
CMYK 0.49 0.30 0 0.51
HSL 216.77º 0.33% 0.37% -
HSV(B) 216.77º 0.49% 0.49% -
XYZ 9.37 9.58 21.09 -
YUV 85.16 151.05 112.91 -
System Red Green Blue C M Y K H S L
Decimal 64 88 126 0.49 0.30 0 0.51 216.77 0.33 0.37
Hex 40 58 7E 31 1E 0 33 D9 21 25
Octal 100 130 176 61 36 0 63 331 41 45
Binary 1000000 1011000 1111110 110001 11110 0 110011 11011001 100001 100101

Color Harmonies of #40587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40587E

Black with #40587E

Text Example


Text Example

White with #40587E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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