Html Css Color HEX #40558A Tory Blue

📋 copy color: '#40558A'

red 64 ◦ green 85 ◦ blue 138

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

Shades of Tory Blue #40558A

Tints of Tory Blue #40558A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.62%

 BLUE value IS 138 (54.3% from 255) = 48.08%

R = 22.3%
G = 29.62%
B = 48.08%

CMYK

 C value IS 0.54

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#40558A (or 0x40558A) is known color: Tory Blue. HEX triplet: 40, 55 and 8A. RGB value is (64,85,138). Sum of RGB (Red+Green+Blue) = 64+85+138=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #40558A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40558A is #BFAA75. Grayscale: #545454. Windows color (decimal): -12561014 or 9065792. OLE color: 9065792.

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

Color convert

RGB 64 85 138 -
CMYK 0.54 0.38 0 0.46
HSL 222.97º 0.37% 0.4% -
HSV(B) 222.97º 0.54% 0.54% -
XYZ 9.95 9.42 25.34 -
YUV 84.76 158.04 113.19 -
System Red Green Blue C M Y K H S L
Decimal 64 85 138 0.54 0.38 0 0.46 222.97 0.37 0.4
Hex 40 55 8A 36 26 0 2E DF 25 28
Octal 100 125 212 66 46 0 56 337 45 50
Binary 1000000 1010101 10001010 110110 100110 0 101110 11011111 100101 101000

Color Harmonies of #40558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40558A

Black with #40558A

Text Example


Text Example

White with #40558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40558A; }

 p { color: rgb(64,85,138); }

 H1.HeaderClassName
 {
   color: #40558A;
 }
 .AnyTagClassName
 {
   color: #40558A;
 }
</style>

background-color css

<style>
 a { background-color: #40558A; }

 a { background-color: rgb(64,85,138); }

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

border-color css

<style>
 span { border-color: #40558A; }

 span { border-color: rgb(64,85,138); }

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