Html Css Color HEX #324A90 Tory Blue

📋 copy color: '#324A90'

red 50 ◦ green 74 ◦ blue 144

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

Shades of Tory Blue #324A90

Tints of Tory Blue #324A90

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.61%

 BLUE value IS 144 (56.64% from 255) = 53.73%

R = 18.66%
G = 27.61%
B = 53.73%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#324A90 (or 0x324A90) is known color: Tory Blue. HEX triplet: 32, 4A and 90. RGB value is (50,74,144). Sum of RGB (Red+Green+Blue) = 50+74+144=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #324A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324A90 is #CDB56F. Grayscale: #4A4A4A. Windows color (decimal): -13481328 or 9456178. OLE color: 9456178.

HSL color Cylindrical-coordinate representation of color #324A90: hue angle of 224.68º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #324A90 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 74 144 -
CMYK 0.65 0.49 0 0.44
HSL 224.68º 0.48% 0.38% -
HSV(B) 224.68º 0.65% 0.56% -
XYZ 8.8 7.59 27.39 -
YUV 74.8 167.05 110.31 -
System Red Green Blue C M Y K H S L
Decimal 50 74 144 0.65 0.49 0 0.44 224.68 0.48 0.38
Hex 32 4A 90 41 31 0 2C E1 30 26
Octal 62 112 220 101 61 0 54 341 60 46
Binary 110010 1001010 10010000 1000001 110001 0 101100 11100001 110000 100110

Color Harmonies of #324A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A90

Black with #324A90

Text Example


Text Example

White with #324A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,74,144); }

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

background-color css

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

 a { background-color: rgb(50,74,144); }

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

border-color css

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

 span { border-color: rgb(50,74,144); }

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