Html Css Color HEX #405398 Tory Blue

📋 copy color: '#405398'

red 64 ◦ green 83 ◦ blue 152

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

Shades of Tory Blue #405398

Tints of Tory Blue #405398

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.76%

 BLUE value IS 152 (59.77% from 255) = 50.84%

R = 21.4%
G = 27.76%
B = 50.84%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#405398 (or 0x405398) is known color: Tory Blue. HEX triplet: 40, 53 and 98. RGB value is (64,83,152). Sum of RGB (Red+Green+Blue) = 64+83+152=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #405398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405398 is #BFAC67. Grayscale: #545454. Windows color (decimal): -12561512 or 9982784. OLE color: 9982784.

HSL color Cylindrical-coordinate representation of color #405398: hue angle of 227.05º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #405398 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 83 152 -
CMYK 0.58 0.45 0 0.40
HSL 227.05º 0.41% 0.42% -
HSV(B) 227.05º 0.58% 0.6% -
XYZ 10.88 9.54 30.97 -
YUV 85.19 165.71 112.89 -
System Red Green Blue C M Y K H S L
Decimal 64 83 152 0.58 0.45 0 0.40 227.05 0.41 0.42
Hex 40 53 98 3A 2D 0 28 E3 29 2A
Octal 100 123 230 72 55 0 50 343 51 52
Binary 1000000 1010011 10011000 111010 101101 0 101000 11100011 101001 101010

Color Harmonies of #405398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405398

Black with #405398

Text Example


Text Example

White with #405398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405398; }

 p { color: rgb(64,83,152); }

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

background-color css

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

 a { background-color: rgb(64,83,152); }

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

border-color css

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

 span { border-color: rgb(64,83,152); }

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