Html Css Color HEX #324289 Tory Blue

📋 copy color: '#324289'

red 50 ◦ green 66 ◦ blue 137

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

Shades of Tory Blue #324289

Tints of Tory Blue #324289

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.09%

 BLUE value IS 137 (53.91% from 255) = 54.15%

R = 19.76%
G = 26.09%
B = 54.15%

CMYK

 C value IS 0.64

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#324289 (or 0x324289) is known color: Tory Blue. HEX triplet: 32, 42 and 89. RGB value is (50,66,137). Sum of RGB (Red+Green+Blue) = 50+66+137=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #324289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324289 is #CDBD76. Grayscale: #454545. Windows color (decimal): -13483383 or 8995378. OLE color: 8995378.

HSL color Cylindrical-coordinate representation of color #324289: hue angle of 228.97º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #324289 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 66 137 -
CMYK 0.64 0.52 0 0.46
HSL 228.97º 0.47% 0.37% -
HSV(B) 228.97º 0.64% 0.54% -
XYZ 7.78 6.38 24.49 -
YUV 69.31 166.2 114.23 -
System Red Green Blue C M Y K H S L
Decimal 50 66 137 0.64 0.52 0 0.46 228.97 0.47 0.37
Hex 32 42 89 40 34 0 2E E5 2F 25
Octal 62 102 211 100 64 0 56 345 57 45
Binary 110010 1000010 10001001 1000000 110100 0 101110 11100101 101111 100101

Color Harmonies of #324289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324289

Black with #324289

Text Example


Text Example

White with #324289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324289; }

 p { color: rgb(50,66,137); }

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

background-color css

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

 a { background-color: rgb(50,66,137); }

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

border-color css

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

 span { border-color: rgb(50,66,137); }

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