Html Css Color HEX #324788 Tory Blue

📋 copy color: '#324788'

red 50 ◦ green 71 ◦ blue 136

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

Shades of Tory Blue #324788

Tints of Tory Blue #324788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 52.92%

R = 19.46%
G = 27.63%
B = 52.92%

CMYK

 C value IS 0.63

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#324788 (or 0x324788) is known color: Tory Blue. HEX triplet: 32, 47 and 88. RGB value is (50,71,136). Sum of RGB (Red+Green+Blue) = 50+71+136=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #324788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324788 is #CDB877. Grayscale: #474747. Windows color (decimal): -13482104 or 8931122. OLE color: 8931122.

HSL color Cylindrical-coordinate representation of color #324788: hue angle of 225.35º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #324788 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 71 136 -
CMYK 0.63 0.48 0 0.47
HSL 225.35º 0.46% 0.36% -
HSV(B) 225.35º 0.63% 0.53% -
XYZ 8.01 6.96 24.21 -
YUV 72.13 164.04 112.21 -
System Red Green Blue C M Y K H S L
Decimal 50 71 136 0.63 0.48 0 0.47 225.35 0.46 0.36
Hex 32 47 88 3F 30 0 2F E1 2E 24
Octal 62 107 210 77 60 0 57 341 56 44
Binary 110010 1000111 10001000 111111 110000 0 101111 11100001 101110 100100

Color Harmonies of #324788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324788

Black with #324788

Text Example


Text Example

White with #324788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324788; }

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

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

background-color css

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

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

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

border-color css

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

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

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