Html Css Color HEX #324384 Tory Blue

📋 copy color: '#324384'

red 50 ◦ green 67 ◦ blue 132

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

Shades of Tory Blue #324384

Tints of Tory Blue #324384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.91%

 BLUE value IS 132 (51.95% from 255) = 53.01%

R = 20.08%
G = 26.91%
B = 53.01%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#324384 (or 0x324384) is known color: Tory Blue. HEX triplet: 32, 43 and 84. RGB value is (50,67,132). Sum of RGB (Red+Green+Blue) = 50+67+132=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #324384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324384 is #CDBC7B. Grayscale: #454545. Windows color (decimal): -13483132 or 8667954. OLE color: 8667954.

HSL color Cylindrical-coordinate representation of color #324384: hue angle of 227.56º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #324384 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 67 132 -
CMYK 0.62 0.49 0 0.48
HSL 227.56º 0.45% 0.36% -
HSV(B) 227.56º 0.62% 0.52% -
XYZ 7.49 6.36 22.66 -
YUV 69.33 163.37 114.21 -
System Red Green Blue C M Y K H S L
Decimal 50 67 132 0.62 0.49 0 0.48 227.56 0.45 0.36
Hex 32 43 84 3E 31 0 30 E4 2D 24
Octal 62 103 204 76 61 0 60 344 55 44
Binary 110010 1000011 10000100 111110 110001 0 110000 11100100 101101 100100

Color Harmonies of #324384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324384

Black with #324384

Text Example


Text Example

White with #324384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324384; }

 p { color: rgb(50,67,132); }

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

background-color css

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

 a { background-color: rgb(50,67,132); }

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

border-color css

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

 span { border-color: rgb(50,67,132); }

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