Html Css Color HEX #324E8A Tory Blue

📋 copy color: '#324E8A'

red 50 ◦ green 78 ◦ blue 138

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

Shades of Tory Blue #324E8A

Tints of Tory Blue #324E8A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.32%

 BLUE value IS 138 (54.3% from 255) = 51.88%

R = 18.8%
G = 29.32%
B = 51.88%

CMYK

 C value IS 0.64

 M value IS 0.43

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#324E8A (or 0x324E8A) is known color: Tory Blue. HEX triplet: 32, 4E and 8A. RGB value is (50,78,138). Sum of RGB (Red+Green+Blue) = 50+78+138=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #324E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324E8A is #CDB175. Grayscale: #4C4C4C. Windows color (decimal): -13480310 or 9063986. OLE color: 9063986.

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

Color convert

RGB 50 78 138 -
CMYK 0.64 0.43 0 0.46
HSL 220.91º 0.47% 0.37% -
HSV(B) 220.91º 0.64% 0.54% -
XYZ 8.63 7.96 25.13 -
YUV 76.47 162.72 109.12 -
System Red Green Blue C M Y K H S L
Decimal 50 78 138 0.64 0.43 0 0.46 220.91 0.47 0.37
Hex 32 4E 8A 40 2B 0 2E DD 2F 25
Octal 62 116 212 100 53 0 56 335 57 45
Binary 110010 1001110 10001010 1000000 101011 0 101110 11011101 101111 100101

Color Harmonies of #324E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324E8A

Black with #324E8A

Text Example


Text Example

White with #324E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,78,138); }

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

background-color css

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

 a { background-color: rgb(50,78,138); }

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

border-color css

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

 span { border-color: rgb(50,78,138); }

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