Html Css Color HEX #324783 Tory Blue

📋 copy color: '#324783'

red 50 ◦ green 71 ◦ blue 131

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

Shades of Tory Blue #324783

Tints of Tory Blue #324783

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.17%

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

R = 19.84%
G = 28.17%
B = 51.98%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#324783 (or 0x324783) is known color: Tory Blue. HEX triplet: 32, 47 and 83. RGB value is (50,71,131). Sum of RGB (Red+Green+Blue) = 50+71+131=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #324783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324783 is #CDB87C. Grayscale: #474747. Windows color (decimal): -13482109 or 8603442. OLE color: 8603442.

HSL color Cylindrical-coordinate representation of color #324783: hue angle of 224.44º 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 #324783 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 71 131 -
CMYK 0.62 0.46 0 0.49
HSL 224.44º 0.45% 0.35% -
HSV(B) 224.44º 0.62% 0.51% -
XYZ 7.67 6.82 22.39 -
YUV 71.56 161.54 112.62 -
System Red Green Blue C M Y K H S L
Decimal 50 71 131 0.62 0.46 0 0.49 224.44 0.45 0.35
Hex 32 47 83 3E 2E 0 31 E0 2D 23
Octal 62 107 203 76 56 0 61 340 55 43
Binary 110010 1000111 10000011 111110 101110 0 110001 11100000 101101 100011

Color Harmonies of #324783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324783

Black with #324783

Text Example


Text Example

White with #324783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324783; }

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

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

background-color css

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

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

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

border-color css

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

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

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