Html Css Color HEX #324696 Tory Blue

📋 copy color: '#324696'

red 50 ◦ green 70 ◦ blue 150

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

Shades of Tory Blue #324696

Tints of Tory Blue #324696

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.93%

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

R = 18.52%
G = 25.93%
B = 55.56%

CMYK

 C value IS 0.67

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#324696 (or 0x324696) is known color: Tory Blue. HEX triplet: 32, 46 and 96. RGB value is (50,70,150). Sum of RGB (Red+Green+Blue) = 50+70+150=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #324696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324696 is #CDB969. Grayscale: #484848. Windows color (decimal): -13482346 or 9848370. OLE color: 9848370.

HSL color Cylindrical-coordinate representation of color #324696: hue angle of 228º 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 #324696 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 70 150 -
CMYK 0.67 0.53 0 0.41
HSL 228º 0.5% 0.39% -
HSV(B) 228º 0.67% 0.59% -
XYZ 9.01 7.26 29.78 -
YUV 73.14 171.37 111.5 -
System Red Green Blue C M Y K H S L
Decimal 50 70 150 0.67 0.53 0 0.41 228 0.5 0.39
Hex 32 46 96 43 35 0 29 E4 32 27
Octal 62 106 226 103 65 0 51 344 62 47
Binary 110010 1000110 10010110 1000011 110101 0 101001 11100100 110010 100111

Color Harmonies of #324696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324696

Black with #324696

Text Example


Text Example

White with #324696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324696; }

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

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

background-color css

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

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

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

border-color css

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

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

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