Html Css Color HEX #405185 Tory Blue

📋 copy color: '#405185'

red 64 ◦ green 81 ◦ blue 133

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

Shades of Tory Blue #405185

Tints of Tory Blue #405185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47.84%

R = 23.02%
G = 29.14%
B = 47.84%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#405185 (or 0x405185) is known color: Tory Blue. HEX triplet: 40, 51 and 85. RGB value is (64,81,133). Sum of RGB (Red+Green+Blue) = 64+81+133=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #405185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405185 is #BFAE7A. Grayscale: #515151. Windows color (decimal): -12562043 or 8737088. OLE color: 8737088.

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

Color convert

RGB 64 81 133 -
CMYK 0.52 0.39 0 0.48
HSL 225.22º 0.35% 0.39% -
HSV(B) 225.22º 0.52% 0.52% -
XYZ 9.29 8.67 23.37 -
YUV 81.85 156.87 115.27 -
System Red Green Blue C M Y K H S L
Decimal 64 81 133 0.52 0.39 0 0.48 225.22 0.35 0.39
Hex 40 51 85 34 27 0 30 E1 23 27
Octal 100 121 205 64 47 0 60 341 43 47
Binary 1000000 1010001 10000101 110100 100111 0 110000 11100001 100011 100111

Color Harmonies of #405185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405185

Black with #405185

Text Example


Text Example

White with #405185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405185; }

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

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

background-color css

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

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

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

border-color css

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

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

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