Html Css Color HEX #324E9E Tory Blue

📋 copy color: '#324E9E'

red 50 ◦ green 78 ◦ blue 158

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

Shades of Tory Blue #324E9E

Tints of Tory Blue #324E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 55.24%

R = 17.48%
G = 27.27%
B = 55.24%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#324E9E (or 0x324E9E) is known color: Tory Blue. HEX triplet: 32, 4E and 9E. RGB value is (50,78,158). Sum of RGB (Red+Green+Blue) = 50+78+158=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #324E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324E9E is #CDB161. Grayscale: #4E4E4E. Windows color (decimal): -13480290 or 10374706. OLE color: 10374706.

HSL color Cylindrical-coordinate representation of color #324E9E: hue angle of 224.44º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #324E9E is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 78 158 -
CMYK 0.68 0.51 0 0.38
HSL 224.44º 0.52% 0.41% -
HSV(B) 224.44º 0.68% 0.62% -
XYZ 10.21 8.6 33.47 -
YUV 78.75 172.72 107.5 -
System Red Green Blue C M Y K H S L
Decimal 50 78 158 0.68 0.51 0 0.38 224.44 0.52 0.41
Hex 32 4E 9E 44 33 0 26 E0 34 29
Octal 62 116 236 104 63 0 46 340 64 51
Binary 110010 1001110 10011110 1000100 110011 0 100110 11100000 110100 101001

Color Harmonies of #324E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324E9E

Black with #324E9E

Text Example


Text Example

White with #324E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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