Html Css Color HEX #324D8B Tory Blue

📋 copy color: '#324D8B'

red 50 ◦ green 77 ◦ blue 139

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

Shades of Tory Blue #324D8B

Tints of Tory Blue #324D8B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.95%

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

R = 18.8%
G = 28.95%
B = 52.26%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#324D8B (or 0x324D8B) is known color: Tory Blue. HEX triplet: 32, 4D and 8B. RGB value is (50,77,139). Sum of RGB (Red+Green+Blue) = 50+77+139=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #324D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324D8B is #CDB274. Grayscale: #4B4B4B. Windows color (decimal): -13480565 or 9129266. OLE color: 9129266.

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

Color convert

RGB 50 77 139 -
CMYK 0.64 0.45 0 0.45
HSL 221.8º 0.47% 0.37% -
HSV(B) 221.8º 0.64% 0.55% -
XYZ 8.63 7.85 25.49 -
YUV 76 163.55 109.46 -
System Red Green Blue C M Y K H S L
Decimal 50 77 139 0.64 0.45 0 0.45 221.8 0.47 0.37
Hex 32 4D 8B 40 2D 0 2D DE 2F 25
Octal 62 115 213 100 55 0 55 336 57 45
Binary 110010 1001101 10001011 1000000 101101 0 101101 11011110 101111 100101

Color Harmonies of #324D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324D8B

Black with #324D8B

Text Example


Text Example

White with #324D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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