Html Css Color HEX #324386 Tory Blue

📋 copy color: '#324386'

red 50 ◦ green 67 ◦ blue 134

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

Shades of Tory Blue #324386

Tints of Tory Blue #324386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 53.39%

R = 19.92%
G = 26.69%
B = 53.39%

CMYK

 C value IS 0.63

 M value IS 0.5

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#324386 (or 0x324386) is known color: Tory Blue. HEX triplet: 32, 43 and 86. RGB value is (50,67,134). Sum of RGB (Red+Green+Blue) = 50+67+134=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 134 (52.73% from 255 or 53.39% from 251); Max value from RGB is 134 - color contains mainly: blue. Hex color #324386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324386 is #CDBC79. Grayscale: #454545. Windows color (decimal): -13483130 or 8799026. OLE color: 8799026.

HSL color Cylindrical-coordinate representation of color #324386: hue angle of 227.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #324386 is Cyan = 0.63, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 67 134 -
CMYK 0.63 0.5 0 0.47
HSL 227.86º 0.46% 0.36% -
HSV(B) 227.86º 0.63% 0.53% -
XYZ 7.63 6.41 23.39 -
YUV 69.56 164.37 114.05 -
System Red Green Blue C M Y K H S L
Decimal 50 67 134 0.63 0.5 0 0.47 227.86 0.46 0.36
Hex 32 43 86 3F 32 0 2F E4 2E 24
Octal 62 103 206 77 62 0 57 344 56 44
Binary 110010 1000011 10000110 111111 110010 0 101111 11100100 101110 100100

Color Harmonies of #324386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324386

Black with #324386

Text Example


Text Example

White with #324386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324386; }

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

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

background-color css

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

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

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

border-color css

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

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

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