Html Css Color HEX #324682 Tory Blue

📋 copy color: '#324682'

red 50 ◦ green 70 ◦ blue 130

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

Shades of Tory Blue #324682

Tints of Tory Blue #324682

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28%

 BLUE value IS 130 (51.17% from 255) = 52%

R = 20%
G = 28%
B = 52%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#324682 (or 0x324682) is known color: Tory Blue. HEX triplet: 32, 46 and 82. RGB value is (50,70,130). Sum of RGB (Red+Green+Blue) = 50+70+130=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #324682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324682 is #CDB97D. Grayscale: #464646. Windows color (decimal): -13482366 or 8537650. OLE color: 8537650.

HSL color Cylindrical-coordinate representation of color #324682: hue angle of 225º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #324682 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 70 130 -
CMYK 0.62 0.46 0 0.49
HSL 225º 0.44% 0.35% -
HSV(B) 225º 0.62% 0.51% -
XYZ 7.53 6.67 22.01 -
YUV 70.86 161.37 113.12 -
System Red Green Blue C M Y K H S L
Decimal 50 70 130 0.62 0.46 0 0.49 225 0.44 0.35
Hex 32 46 82 3E 2E 0 31 E1 2C 23
Octal 62 106 202 76 56 0 61 341 54 43
Binary 110010 1000110 10000010 111110 101110 0 110001 11100001 101100 100011

Color Harmonies of #324682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324682

Black with #324682

Text Example


Text Example

White with #324682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324682; }

 p { color: rgb(50,70,130); }

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

background-color css

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

 a { background-color: rgb(50,70,130); }

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

border-color css

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

 span { border-color: rgb(50,70,130); }

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