Html Css Color HEX #324888 Tory Blue

📋 copy color: '#324888'

red 50 ◦ green 72 ◦ blue 136

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

Shades of Tory Blue #324888

Tints of Tory Blue #324888

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.91%

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

R = 19.38%
G = 27.91%
B = 52.71%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#324888 (or 0x324888) is known color: Tory Blue. HEX triplet: 32, 48 and 88. RGB value is (50,72,136). Sum of RGB (Red+Green+Blue) = 50+72+136=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #324888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324888 is #CDB777. Grayscale: #484848. Windows color (decimal): -13481848 or 8931378. OLE color: 8931378.

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

Color convert

RGB 50 72 136 -
CMYK 0.63 0.47 0 0.47
HSL 224.65º 0.46% 0.36% -
HSV(B) 224.65º 0.63% 0.53% -
XYZ 8.08 7.09 24.24 -
YUV 72.72 163.71 111.8 -
System Red Green Blue C M Y K H S L
Decimal 50 72 136 0.63 0.47 0 0.47 224.65 0.46 0.36
Hex 32 48 88 3F 2F 0 2F E1 2E 24
Octal 62 110 210 77 57 0 57 341 56 44
Binary 110010 1001000 10001000 111111 101111 0 101111 11100001 101110 100100

Color Harmonies of #324888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324888

Black with #324888

Text Example


Text Example

White with #324888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324888; }

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

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

background-color css

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

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

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

border-color css

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

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

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