Html Css Color HEX #405181 Tory Blue

📋 copy color: '#405181'

red 64 ◦ green 81 ◦ blue 129

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

Shades of Tory Blue #405181

Tints of Tory Blue #405181

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.56%

 BLUE value IS 129 (50.78% from 255) = 47.08%

R = 23.36%
G = 29.56%
B = 47.08%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#405181 (or 0x405181) is known color: Tory Blue. HEX triplet: 40, 51 and 81. RGB value is (64,81,129). Sum of RGB (Red+Green+Blue) = 64+81+129=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 129 - color contains mainly: blue. Hex color #405181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405181 is #BFAE7E. Grayscale: #515151. Windows color (decimal): -12562047 or 8474944. OLE color: 8474944.

HSL color Cylindrical-coordinate representation of color #405181: hue angle of 224.31º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #405181 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 81 129 -
CMYK 0.50 0.37 0 0.49
HSL 224.31º 0.34% 0.38% -
HSV(B) 224.31º 0.5% 0.51% -
XYZ 9.02 8.56 21.95 -
YUV 81.39 154.87 115.6 -
System Red Green Blue C M Y K H S L
Decimal 64 81 129 0.50 0.37 0 0.49 224.31 0.34 0.38
Hex 40 51 81 32 25 0 31 E0 22 26
Octal 100 121 201 62 45 0 61 340 42 46
Binary 1000000 1010001 10000001 110010 100101 0 110001 11100000 100010 100110

Color Harmonies of #405181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405181

Black with #405181

Text Example


Text Example

White with #405181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405181; }

 p { color: rgb(64,81,129); }

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

background-color css

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

 a { background-color: rgb(64,81,129); }

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

border-color css

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

 span { border-color: rgb(64,81,129); }

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