Html Css Color HEX #324883 Tory Blue

📋 copy color: '#324883'

red 50 ◦ green 72 ◦ blue 131

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

Shades of Tory Blue #324883

Tints of Tory Blue #324883

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.46%

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

R = 19.76%
G = 28.46%
B = 51.78%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#324883 (or 0x324883) is known color: Tory Blue. HEX triplet: 32, 48 and 83. RGB value is (50,72,131). Sum of RGB (Red+Green+Blue) = 50+72+131=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 131 (51.56% from 255 or 51.78% from 253); Max value from RGB is 131 - color contains mainly: blue. Hex color #324883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324883 is #CDB77C. Grayscale: #474747. Windows color (decimal): -13481853 or 8603698. OLE color: 8603698.

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

Color convert

RGB 50 72 131 -
CMYK 0.62 0.45 0 0.49
HSL 223.7º 0.45% 0.35% -
HSV(B) 223.7º 0.62% 0.51% -
XYZ 7.73 6.95 22.41 -
YUV 72.15 161.21 112.2 -
System Red Green Blue C M Y K H S L
Decimal 50 72 131 0.62 0.45 0 0.49 223.7 0.45 0.35
Hex 32 48 83 3E 2D 0 31 E0 2D 23
Octal 62 110 203 76 55 0 61 340 55 43
Binary 110010 1001000 10000011 111110 101101 0 110001 11100000 101101 100011

Color Harmonies of #324883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324883

Black with #324883

Text Example


Text Example

White with #324883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324883; }

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

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

background-color css

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

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

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

border-color css

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

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

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