Html Css Color HEX #324985 Tory Blue

📋 copy color: '#324985'

red 50 ◦ green 73 ◦ blue 133

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

Shades of Tory Blue #324985

Tints of Tory Blue #324985

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.52%

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

R = 19.53%
G = 28.52%
B = 51.95%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#324985 (or 0x324985) is known color: Tory Blue. HEX triplet: 32, 49 and 85. RGB value is (50,73,133). Sum of RGB (Red+Green+Blue) = 50+73+133=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #324985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324985 is #CDB67A. Grayscale: #484848. Windows color (decimal): -13481595 or 8735026. OLE color: 8735026.

HSL color Cylindrical-coordinate representation of color #324985: hue angle of 223.37º 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 #324985 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 73 133 -
CMYK 0.62 0.45 0 0.48
HSL 223.37º 0.45% 0.36% -
HSV(B) 223.37º 0.62% 0.52% -
XYZ 7.93 7.14 23.15 -
YUV 72.96 161.88 111.62 -
System Red Green Blue C M Y K H S L
Decimal 50 73 133 0.62 0.45 0 0.48 223.37 0.45 0.36
Hex 32 49 85 3E 2D 0 30 DF 2D 24
Octal 62 111 205 76 55 0 60 337 55 44
Binary 110010 1001001 10000101 111110 101101 0 110000 11011111 101101 100100

Color Harmonies of #324985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324985

Black with #324985

Text Example


Text Example

White with #324985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324985; }

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

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

background-color css

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

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

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

border-color css

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

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

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