Html Css Color HEX #324A9E Tory Blue

📋 copy color: '#324A9E'

red 50 ◦ green 74 ◦ blue 158

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

Shades of Tory Blue #324A9E

Tints of Tory Blue #324A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 56.03%

R = 17.73%
G = 26.24%
B = 56.03%

CMYK

 C value IS 0.68

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#324A9E (or 0x324A9E) is known color: Tory Blue. HEX triplet: 32, 4A and 9E. RGB value is (50,74,158). Sum of RGB (Red+Green+Blue) = 50+74+158=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 158 (62.11% from 255 or 56.03% from 282); Max value from RGB is 158 - color contains mainly: blue. Hex color #324A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324A9E is #CDB561. Grayscale: #4C4C4C. Windows color (decimal): -13481314 or 10373682. OLE color: 10373682.

HSL color Cylindrical-coordinate representation of color #324A9E: hue angle of 226.67º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #324A9E is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 74 158 -
CMYK 0.68 0.53 0 0.38
HSL 226.67º 0.52% 0.41% -
HSV(B) 226.67º 0.68% 0.62% -
XYZ 9.94 8.04 33.38 -
YUV 76.4 174.05 109.17 -
System Red Green Blue C M Y K H S L
Decimal 50 74 158 0.68 0.53 0 0.38 226.67 0.52 0.41
Hex 32 4A 9E 44 35 0 26 E3 34 29
Octal 62 112 236 104 65 0 46 343 64 51
Binary 110010 1001010 10011110 1000100 110101 0 100110 11100011 110100 101001

Color Harmonies of #324A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A9E

Black with #324A9E

Text Example


Text Example

White with #324A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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