Html Css Color HEX #324C95 Tory Blue

📋 copy color: '#324C95'

red 50 ◦ green 76 ◦ blue 149

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

Shades of Tory Blue #324C95

Tints of Tory Blue #324C95

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.64%

 BLUE value IS 149 (58.59% from 255) = 54.18%

R = 18.18%
G = 27.64%
B = 54.18%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#324C95 (or 0x324C95) is known color: Tory Blue. HEX triplet: 32, 4C and 95. RGB value is (50,76,149). Sum of RGB (Red+Green+Blue) = 50+76+149=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 149 (58.59% from 255 or 54.18% from 275); Max value from RGB is 149 - color contains mainly: blue. Hex color #324C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324C95 is #CDB36A. Grayscale: #4C4C4C. Windows color (decimal): -13480811 or 9784370. OLE color: 9784370.

HSL color Cylindrical-coordinate representation of color #324C95: hue angle of 224.24º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #324C95 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 76 149 -
CMYK 0.66 0.49 0 0.42
HSL 224.24º 0.5% 0.39% -
HSV(B) 224.24º 0.66% 0.58% -
XYZ 9.32 8.02 29.49 -
YUV 76.55 168.89 109.06 -
System Red Green Blue C M Y K H S L
Decimal 50 76 149 0.66 0.49 0 0.42 224.24 0.5 0.39
Hex 32 4C 95 42 31 0 2A E0 32 27
Octal 62 114 225 102 61 0 52 340 62 47
Binary 110010 1001100 10010101 1000010 110001 0 101010 11100000 110010 100111

Color Harmonies of #324C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324C95

Black with #324C95

Text Example


Text Example

White with #324C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,76,149); }

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

background-color css

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

 a { background-color: rgb(50,76,149); }

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

border-color css

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

 span { border-color: rgb(50,76,149); }

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