Html Css Color HEX #324485 Tory Blue

📋 copy color: '#324485'

red 50 ◦ green 68 ◦ blue 133

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

Shades of Tory Blue #324485

Tints of Tory Blue #324485

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.09%

 BLUE value IS 133 (52.34% from 255) = 52.99%

R = 19.92%
G = 27.09%
B = 52.99%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#324485 (or 0x324485) is known color: Tory Blue. HEX triplet: 32, 44 and 85. RGB value is (50,68,133). Sum of RGB (Red+Green+Blue) = 50+68+133=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #324485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324485 is #CDBB7A. Grayscale: #454545. Windows color (decimal): -13482875 or 8733746. OLE color: 8733746.

HSL color Cylindrical-coordinate representation of color #324485: hue angle of 226.99º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #324485 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 68 133 -
CMYK 0.62 0.49 0 0.48
HSL 226.99º 0.45% 0.36% -
HSV(B) 226.99º 0.62% 0.52% -
XYZ 7.62 6.51 23.04 -
YUV 70.03 163.54 113.71 -
System Red Green Blue C M Y K H S L
Decimal 50 68 133 0.62 0.49 0 0.48 226.99 0.45 0.36
Hex 32 44 85 3E 31 0 30 E3 2D 24
Octal 62 104 205 76 61 0 60 343 55 44
Binary 110010 1000100 10000101 111110 110001 0 110000 11100011 101101 100100

Color Harmonies of #324485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324485

Black with #324485

Text Example


Text Example

White with #324485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324485; }

 p { color: rgb(50,68,133); }

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

background-color css

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

 a { background-color: rgb(50,68,133); }

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

border-color css

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

 span { border-color: rgb(50,68,133); }

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