Html Css Color HEX #324798 Tory Blue

📋 copy color: '#324798'

red 50 ◦ green 71 ◦ blue 152

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

Shades of Tory Blue #324798

Tints of Tory Blue #324798

RGB

 RED value IS 50 (19.92% from 255) = 18.32%

 GREEN value IS 71 (28.13% from 255) = 26.01%

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

R = 18.32%
G = 26.01%
B = 55.68%

CMYK

 C value IS 0.67

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#324798 (or 0x324798) is known color: Tory Blue. HEX triplet: 32, 47 and 98. RGB value is (50,71,152). Sum of RGB (Red+Green+Blue) = 50+71+152=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #324798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324798 is #CDB867. Grayscale: #494949. Windows color (decimal): -13482088 or 9979698. OLE color: 9979698.

HSL color Cylindrical-coordinate representation of color #324798: hue angle of 227.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #324798 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 71 152 -
CMYK 0.67 0.53 0 0.40
HSL 227.65º 0.5% 0.4% -
HSV(B) 227.65º 0.67% 0.6% -
XYZ 9.24 7.45 30.66 -
YUV 73.96 172.04 110.91 -
System Red Green Blue C M Y K H S L
Decimal 50 71 152 0.67 0.53 0 0.40 227.65 0.5 0.4
Hex 32 47 98 43 35 0 28 E4 32 28
Octal 62 107 230 103 65 0 50 344 62 50
Binary 110010 1000111 10011000 1000011 110101 0 101000 11100100 110010 101000

Color Harmonies of #324798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324798

Black with #324798

Text Example


Text Example

White with #324798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324798; }

 p { color: rgb(50,71,152); }

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

background-color css

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

 a { background-color: rgb(50,71,152); }

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

border-color css

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

 span { border-color: rgb(50,71,152); }

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