Html Css Color HEX #324D9F Tory Blue

📋 copy color: '#324D9F'

red 50 ◦ green 77 ◦ blue 159

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

Shades of Tory Blue #324D9F

Tints of Tory Blue #324D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 55.59%

R = 17.48%
G = 26.92%
B = 55.59%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#324D9F (or 0x324D9F) is known color: Tory Blue. HEX triplet: 32, 4D and 9F. RGB value is (50,77,159). Sum of RGB (Red+Green+Blue) = 50+77+159=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 159 (62.5% from 255 or 55.59% from 286); Max value from RGB is 159 - color contains mainly: blue. Hex color #324D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324D9F is #CDB260. Grayscale: #4D4D4D. Windows color (decimal): -13480545 or 10439986. OLE color: 10439986.

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

Color convert

RGB 50 77 159 -
CMYK 0.69 0.52 0 0.38
HSL 225.14º 0.52% 0.41% -
HSV(B) 225.14º 0.69% 0.62% -
XYZ 10.23 8.49 33.9 -
YUV 78.28 173.55 107.83 -
System Red Green Blue C M Y K H S L
Decimal 50 77 159 0.69 0.52 0 0.38 225.14 0.52 0.41
Hex 32 4D 9F 45 34 0 26 E1 34 29
Octal 62 115 237 105 64 0 46 341 64 51
Binary 110010 1001101 10011111 1000101 110100 0 100110 11100001 110100 101001

Color Harmonies of #324D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324D9F

Black with #324D9F

Text Example


Text Example

White with #324D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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