Html Css Color HEX #324194 Tory Blue

📋 copy color: '#324194'

red 50 ◦ green 65 ◦ blue 148

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

Shades of Tory Blue #324194

Tints of Tory Blue #324194

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.71%

 BLUE value IS 148 (58.2% from 255) = 56.27%

R = 19.01%
G = 24.71%
B = 56.27%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#324194 (or 0x324194) is known color: Tory Blue. HEX triplet: 32, 41 and 94. RGB value is (50,65,148). Sum of RGB (Red+Green+Blue) = 50+65+148=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #324194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324194 is #CDBE6B. Grayscale: #454545. Windows color (decimal): -13483628 or 9716018. OLE color: 9716018.

HSL color Cylindrical-coordinate representation of color #324194: hue angle of 230.82º degrees, saturation: 0.49, 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 #324194 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 65 148 -
CMYK 0.66 0.56 0 0.42
HSL 230.82º 0.49% 0.39% -
HSV(B) 230.82º 0.66% 0.58% -
XYZ 8.55 6.6 28.84 -
YUV 69.98 172.03 113.75 -
System Red Green Blue C M Y K H S L
Decimal 50 65 148 0.66 0.56 0 0.42 230.82 0.49 0.39
Hex 32 41 94 42 38 0 2A E7 31 27
Octal 62 101 224 102 70 0 52 347 61 47
Binary 110010 1000001 10010100 1000010 111000 0 101010 11100111 110001 100111

Color Harmonies of #324194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324194

Black with #324194

Text Example


Text Example

White with #324194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324194; }

 p { color: rgb(50,65,148); }

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

background-color css

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

 a { background-color: rgb(50,65,148); }

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

border-color css

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

 span { border-color: rgb(50,65,148); }

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