Html Css Color HEX #324983 Tory Blue

📋 copy color: '#324983'

red 50 ◦ green 73 ◦ blue 131

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

Shades of Tory Blue #324983

Tints of Tory Blue #324983

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.74%

 BLUE value IS 131 (51.56% from 255) = 51.57%

R = 19.69%
G = 28.74%
B = 51.57%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#324983 (or 0x324983) is known color: Tory Blue. HEX triplet: 32, 49 and 83. RGB value is (50,73,131). Sum of RGB (Red+Green+Blue) = 50+73+131=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 131 (51.56% from 255 or 51.57% from 254); Max value from RGB is 131 - color contains mainly: blue. Hex color #324983 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324983 is #CDB67C. Grayscale: #484848. Windows color (decimal): -13481597 or 8603954. OLE color: 8603954.

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

Color convert

RGB 50 73 131 -
CMYK 0.62 0.44 0 0.49
HSL 222.96º 0.45% 0.35% -
HSV(B) 222.96º 0.62% 0.51% -
XYZ 7.79 7.08 22.43 -
YUV 72.74 160.88 111.78 -
System Red Green Blue C M Y K H S L
Decimal 50 73 131 0.62 0.44 0 0.49 222.96 0.45 0.35
Hex 32 49 83 3E 2C 0 31 DF 2D 23
Octal 62 111 203 76 54 0 61 337 55 43
Binary 110010 1001001 10000011 111110 101100 0 110001 11011111 101101 100011

Color Harmonies of #324983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324983

Black with #324983

Text Example


Text Example

White with #324983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324983; }

 p { color: rgb(50,73,131); }

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

background-color css

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

 a { background-color: rgb(50,73,131); }

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

border-color css

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

 span { border-color: rgb(50,73,131); }

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