Html Css Color HEX #40587B Chambray

📋 copy color: '#40587B'

red 64 ◦ green 88 ◦ blue 123

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

Shades of Chambray #40587B

Tints of Chambray #40587B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 44.73%

R = 23.27%
G = 32%
B = 44.73%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#40587B (or 0x40587B) is known color: Chambray. HEX triplet: 40, 58 and 7B. RGB value is (64,88,123). Sum of RGB (Red+Green+Blue) = 64+88+123=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #40587B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40587B is #BFA784. Grayscale: #545454. Windows color (decimal): -12560261 or 8083520. OLE color: 8083520.

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

Color convert

RGB 64 88 123 -
CMYK 0.48 0.28 0 0.52
HSL 215.59º 0.32% 0.37% -
HSV(B) 215.59º 0.48% 0.48% -
XYZ 9.18 9.5 20.09 -
YUV 84.81 149.55 113.15 -
System Red Green Blue C M Y K H S L
Decimal 64 88 123 0.48 0.28 0 0.52 215.59 0.32 0.37
Hex 40 58 7B 30 1C 0 34 D8 20 25
Octal 100 130 173 60 34 0 64 330 40 45
Binary 1000000 1011000 1111011 110000 11100 0 110100 11011000 100000 100101

Color Harmonies of #40587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40587B

Black with #40587B

Text Example


Text Example

White with #40587B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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