Html Css Color HEX #324581 Tory Blue

📋 copy color: '#324581'

red 50 ◦ green 69 ◦ blue 129

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

Shades of Tory Blue #324581

Tints of Tory Blue #324581

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.82%

 BLUE value IS 129 (50.78% from 255) = 52.02%

R = 20.16%
G = 27.82%
B = 52.02%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#324581 (or 0x324581) is known color: Tory Blue. HEX triplet: 32, 45 and 81. RGB value is (50,69,129). Sum of RGB (Red+Green+Blue) = 50+69+129=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 129 (50.78% from 255 or 52.02% from 248); Max value from RGB is 129 - color contains mainly: blue. Hex color #324581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324581 is #CDBA7E. Grayscale: #454545. Windows color (decimal): -13482623 or 8471858. OLE color: 8471858.

HSL color Cylindrical-coordinate representation of color #324581: hue angle of 225.57º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #324581 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 69 129 -
CMYK 0.61 0.47 0 0.49
HSL 225.57º 0.44% 0.35% -
HSV(B) 225.57º 0.61% 0.51% -
XYZ 7.41 6.52 21.64 -
YUV 70.16 161.21 113.62 -
System Red Green Blue C M Y K H S L
Decimal 50 69 129 0.61 0.47 0 0.49 225.57 0.44 0.35
Hex 32 45 81 3D 2F 0 31 E2 2C 23
Octal 62 105 201 75 57 0 61 342 54 43
Binary 110010 1000101 10000001 111101 101111 0 110001 11100010 101100 100011

Color Harmonies of #324581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324581

Black with #324581

Text Example


Text Example

White with #324581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324581; }

 p { color: rgb(50,69,129); }

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

background-color css

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

 a { background-color: rgb(50,69,129); }

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

border-color css

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

 span { border-color: rgb(50,69,129); }

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