Html Css Color HEX #324E9B Tory Blue

📋 copy color: '#324E9B'

red 50 ◦ green 78 ◦ blue 155

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

Shades of Tory Blue #324E9B

Tints of Tory Blue #324E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.77%

R = 17.67%
G = 27.56%
B = 54.77%

CMYK

 C value IS 0.68

 M value IS 0.50

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#324E9B (or 0x324E9B) is known color: Tory Blue. HEX triplet: 32, 4E and 9B. RGB value is (50,78,155). Sum of RGB (Red+Green+Blue) = 50+78+155=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #324E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324E9B is #CDB164. Grayscale: #4E4E4E. Windows color (decimal): -13480293 or 10178098. OLE color: 10178098.

HSL color Cylindrical-coordinate representation of color #324E9B: hue angle of 224º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #324E9B is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 78 155 -
CMYK 0.68 0.50 0 0.39
HSL 224º 0.51% 0.4% -
HSV(B) 224º 0.68% 0.61% -
XYZ 9.96 8.49 32.13 -
YUV 78.41 171.22 107.74 -
System Red Green Blue C M Y K H S L
Decimal 50 78 155 0.68 0.50 0 0.39 224 0.51 0.4
Hex 32 4E 9B 44 32 0 27 E0 33 28
Octal 62 116 233 104 62 0 47 340 63 50
Binary 110010 1001110 10011011 1000100 110010 0 100111 11100000 110011 101000

Color Harmonies of #324E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324E9B

Black with #324E9B

Text Example


Text Example

White with #324E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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