Html Css Color HEX #324296 Tory Blue

📋 copy color: '#324296'

red 50 ◦ green 66 ◦ blue 150

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

Shades of Tory Blue #324296

Tints of Tory Blue #324296

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.81%

 BLUE value IS 150 (58.98% from 255) = 56.39%

R = 18.8%
G = 24.81%
B = 56.39%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#324296 (or 0x324296) is known color: Tory Blue. HEX triplet: 32, 42 and 96. RGB value is (50,66,150). Sum of RGB (Red+Green+Blue) = 50+66+150=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #324296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324296 is #CDBD69. Grayscale: #464646. Windows color (decimal): -13483370 or 9847346. OLE color: 9847346.

HSL color Cylindrical-coordinate representation of color #324296: hue angle of 230.4º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #324296 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 66 150 -
CMYK 0.67 0.56 0 0.41
HSL 230.4º 0.5% 0.39% -
HSV(B) 230.4º 0.67% 0.59% -
XYZ 8.77 6.78 29.7 -
YUV 70.79 172.7 113.17 -
System Red Green Blue C M Y K H S L
Decimal 50 66 150 0.67 0.56 0 0.41 230.4 0.5 0.39
Hex 32 42 96 43 38 0 29 E6 32 27
Octal 62 102 226 103 70 0 51 346 62 47
Binary 110010 1000010 10010110 1000011 111000 0 101001 11100110 110010 100111

Color Harmonies of #324296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324296

Black with #324296

Text Example


Text Example

White with #324296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324296; }

 p { color: rgb(50,66,150); }

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

background-color css

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

 a { background-color: rgb(50,66,150); }

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

border-color css

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

 span { border-color: rgb(50,66,150); }

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