Html Css Color HEX #324785 Tory Blue

📋 copy color: '#324785'

red 50 ◦ green 71 ◦ blue 133

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

Shades of Tory Blue #324785

Tints of Tory Blue #324785

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.95%

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

R = 19.69%
G = 27.95%
B = 52.36%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#324785 (or 0x324785) is known color: Tory Blue. HEX triplet: 32, 47 and 85. RGB value is (50,71,133). Sum of RGB (Red+Green+Blue) = 50+71+133=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #324785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324785 is #CDB87A. Grayscale: #474747. Windows color (decimal): -13482107 or 8734514. OLE color: 8734514.

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

Color convert

RGB 50 71 133 -
CMYK 0.62 0.47 0 0.48
HSL 224.82º 0.45% 0.36% -
HSV(B) 224.82º 0.62% 0.52% -
XYZ 7.8 6.88 23.11 -
YUV 71.79 162.54 112.46 -
System Red Green Blue C M Y K H S L
Decimal 50 71 133 0.62 0.47 0 0.48 224.82 0.45 0.36
Hex 32 47 85 3E 2F 0 30 E1 2D 24
Octal 62 107 205 76 57 0 60 341 55 44
Binary 110010 1000111 10000101 111110 101111 0 110000 11100001 101101 100100

Color Harmonies of #324785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324785

Black with #324785

Text Example


Text Example

White with #324785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324785; }

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

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

background-color css

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

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

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

border-color css

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

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

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