Html Css Color HEX #40588B Tory Blue

📋 copy color: '#40588B'

red 64 ◦ green 88 ◦ blue 139

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

Shades of Tory Blue #40588B

Tints of Tory Blue #40588B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.77%

R = 21.99%
G = 30.24%
B = 47.77%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40588B (or 0x40588B) is known color: Tory Blue. HEX triplet: 40, 58 and 8B. RGB value is (64,88,139). Sum of RGB (Red+Green+Blue) = 64+88+139=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #40588B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40588B is #BFA774. Grayscale: #565656. Windows color (decimal): -12560245 or 9132096. OLE color: 9132096.

HSL color Cylindrical-coordinate representation of color #40588B: hue angle of 220.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40588B is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 88 139 -
CMYK 0.54 0.37 0 0.45
HSL 220.8º 0.37% 0.4% -
HSV(B) 220.8º 0.54% 0.55% -
XYZ 10.26 9.93 25.8 -
YUV 86.64 157.55 111.85 -
System Red Green Blue C M Y K H S L
Decimal 64 88 139 0.54 0.37 0 0.45 220.8 0.37 0.4
Hex 40 58 8B 36 25 0 2D DD 25 28
Octal 100 130 213 66 45 0 55 335 45 50
Binary 1000000 1011000 10001011 110110 100101 0 101101 11011101 100101 101000

Color Harmonies of #40588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40588B

Black with #40588B

Text Example


Text Example

White with #40588B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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