Html Css Color HEX #324488 Tory Blue

📋 copy color: '#324488'

red 50 ◦ green 68 ◦ blue 136

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

Shades of Tory Blue #324488

Tints of Tory Blue #324488

RGB

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

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

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

R = 19.69%
G = 26.77%
B = 53.54%

CMYK

 C value IS 0.63

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#324488 (or 0x324488) is known color: Tory Blue. HEX triplet: 32, 44 and 88. RGB value is (50,68,136). Sum of RGB (Red+Green+Blue) = 50+68+136=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #324488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324488 is #CDBB77. Grayscale: #464646. Windows color (decimal): -13482872 or 8930354. OLE color: 8930354.

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

Color convert

RGB 50 68 136 -
CMYK 0.63 0.50 0 0.47
HSL 227.44º 0.46% 0.36% -
HSV(B) 227.44º 0.63% 0.53% -
XYZ 7.83 6.59 24.15 -
YUV 70.37 165.04 113.47 -
System Red Green Blue C M Y K H S L
Decimal 50 68 136 0.63 0.50 0 0.47 227.44 0.46 0.36
Hex 32 44 88 3F 32 0 2F E3 2E 24
Octal 62 104 210 77 62 0 57 343 56 44
Binary 110010 1000100 10001000 111111 110010 0 101111 11100011 101110 100100

Color Harmonies of #324488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324488

Black with #324488

Text Example


Text Example

White with #324488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324488; }

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

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

background-color css

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

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

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

border-color css

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

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

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