Html Css Color HEX #324A8B Tory Blue

📋 copy color: '#324A8B'

red 50 ◦ green 74 ◦ blue 139

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

Shades of Tory Blue #324A8B

Tints of Tory Blue #324A8B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.14%

 BLUE value IS 139 (54.69% from 255) = 52.85%

R = 19.01%
G = 28.14%
B = 52.85%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#324A8B (or 0x324A8B) is known color: Tory Blue. HEX triplet: 32, 4A and 8B. RGB value is (50,74,139). Sum of RGB (Red+Green+Blue) = 50+74+139=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #324A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324A8B is #CDB574. Grayscale: #494949. Windows color (decimal): -13481333 or 9128498. OLE color: 9128498.

HSL color Cylindrical-coordinate representation of color #324A8B: hue angle of 223.82º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #324A8B is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 74 139 -
CMYK 0.64 0.47 0 0.45
HSL 223.82º 0.47% 0.37% -
HSV(B) 223.82º 0.64% 0.55% -
XYZ 8.42 7.44 25.42 -
YUV 74.23 164.55 110.71 -
System Red Green Blue C M Y K H S L
Decimal 50 74 139 0.64 0.47 0 0.45 223.82 0.47 0.37
Hex 32 4A 8B 40 2F 0 2D E0 2F 25
Octal 62 112 213 100 57 0 55 340 57 45
Binary 110010 1001010 10001011 1000000 101111 0 101101 11100000 101111 100101

Color Harmonies of #324A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324A8B

Black with #324A8B

Text Example


Text Example

White with #324A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324A8B; }

 p { color: rgb(50,74,139); }

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

background-color css

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

 a { background-color: rgb(50,74,139); }

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

border-color css

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

 span { border-color: rgb(50,74,139); }

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