Html Css Color HEX #324188 Tory Blue

📋 copy color: '#324188'

red 50 ◦ green 65 ◦ blue 136

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

Shades of Tory Blue #324188

Tints of Tory Blue #324188

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.9%

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

R = 19.92%
G = 25.9%
B = 54.18%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#324188 (or 0x324188) is known color: Tory Blue. HEX triplet: 32, 41 and 88. RGB value is (50,65,136). Sum of RGB (Red+Green+Blue) = 50+65+136=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #324188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324188 is #CDBE77. Grayscale: #444444. Windows color (decimal): -13483640 or 8929586. OLE color: 8929586.

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

Color convert

RGB 50 65 136 -
CMYK 0.63 0.52 0 0.47
HSL 229.53º 0.46% 0.36% -
HSV(B) 229.53º 0.63% 0.53% -
XYZ 7.65 6.24 24.09 -
YUV 68.61 166.03 114.73 -
System Red Green Blue C M Y K H S L
Decimal 50 65 136 0.63 0.52 0 0.47 229.53 0.46 0.36
Hex 32 41 88 3F 34 0 2F E6 2E 24
Octal 62 101 210 77 64 0 57 346 56 44
Binary 110010 1000001 10001000 111111 110100 0 101111 11100110 101110 100100

Color Harmonies of #324188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324188

Black with #324188

Text Example


Text Example

White with #324188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324188; }

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

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

background-color css

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

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

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

border-color css

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

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

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