Html Css Color HEX #324595 Tory Blue

📋 copy color: '#324595'

red 50 ◦ green 69 ◦ blue 149

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

Shades of Tory Blue #324595

Tints of Tory Blue #324595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.75%

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

R = 18.66%
G = 25.75%
B = 55.6%

CMYK

 C value IS 0.66

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#324595 (or 0x324595) is known color: Tory Blue. HEX triplet: 32, 45 and 95. RGB value is (50,69,149). Sum of RGB (Red+Green+Blue) = 50+69+149=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #324595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324595 is #CDBA6A. Grayscale: #484848. Windows color (decimal): -13482603 or 9782578. OLE color: 9782578.

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

Color convert

RGB 50 69 149 -
CMYK 0.66 0.54 0 0.42
HSL 228.48º 0.5% 0.39% -
HSV(B) 228.48º 0.66% 0.58% -
XYZ 8.87 7.1 29.34 -
YUV 72.44 171.21 112 -
System Red Green Blue C M Y K H S L
Decimal 50 69 149 0.66 0.54 0 0.42 228.48 0.5 0.39
Hex 32 45 95 42 36 0 2A E4 32 27
Octal 62 105 225 102 66 0 52 344 62 47
Binary 110010 1000101 10010101 1000010 110110 0 101010 11100100 110010 100111

Color Harmonies of #324595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324595

Black with #324595

Text Example


Text Example

White with #324595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324595; }

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

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

background-color css

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

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

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

border-color css

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

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

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