Html Css Color HEX #324F99 Tory Blue

📋 copy color: '#324F99'

red 50 ◦ green 79 ◦ blue 153

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

Shades of Tory Blue #324F99

Tints of Tory Blue #324F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.01%

 BLUE value IS 153 (60.16% from 255) = 54.26%

R = 17.73%
G = 28.01%
B = 54.26%

CMYK

 C value IS 0.67

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#324F99 (or 0x324F99) is known color: Tory Blue. HEX triplet: 32, 4F and 99. RGB value is (50,79,153). Sum of RGB (Red+Green+Blue) = 50+79+153=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #324F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324F99 is #CDB066. Grayscale: #4E4E4E. Windows color (decimal): -13480039 or 10047282. OLE color: 10047282.

HSL color Cylindrical-coordinate representation of color #324F99: hue angle of 223.11º degrees, saturation: 0.51, 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 #324F99 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 79 153 -
CMYK 0.67 0.48 0 0.4
HSL 223.11º 0.51% 0.4% -
HSV(B) 223.11º 0.67% 0.6% -
XYZ 9.86 8.57 31.27 -
YUV 78.77 169.89 107.48 -
System Red Green Blue C M Y K H S L
Decimal 50 79 153 0.67 0.48 0 0.4 223.11 0.51 0.4
Hex 32 4F 99 43 30 0 28 DF 33 28
Octal 62 117 231 103 60 0 50 337 63 50
Binary 110010 1001111 10011001 1000011 110000 0 101000 11011111 110011 101000

Color Harmonies of #324F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324F99

Black with #324F99

Text Example


Text Example

White with #324F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324F99; }

 p { color: rgb(50,79,153); }

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

background-color css

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

 a { background-color: rgb(50,79,153); }

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

border-color css

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

 span { border-color: rgb(50,79,153); }

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