Html Css Color HEX #324292 Tory Blue

📋 copy color: '#324292'

red 50 ◦ green 66 ◦ blue 146

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

Shades of Tory Blue #324292

Tints of Tory Blue #324292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.73%

R = 19.08%
G = 25.19%
B = 55.73%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#324292 (or 0x324292) is known color: Tory Blue. HEX triplet: 32, 42 and 92. RGB value is (50,66,146). Sum of RGB (Red+Green+Blue) = 50+66+146=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #324292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324292 is #CDBD6D. Grayscale: #464646. Windows color (decimal): -13483374 or 9585202. OLE color: 9585202.

HSL color Cylindrical-coordinate representation of color #324292: hue angle of 230º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #324292 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 66 146 -
CMYK 0.66 0.55 0 0.43
HSL 230º 0.49% 0.38% -
HSV(B) 230º 0.66% 0.57% -
XYZ 8.45 6.65 28.03 -
YUV 70.34 170.7 113.5 -
System Red Green Blue C M Y K H S L
Decimal 50 66 146 0.66 0.55 0 0.43 230 0.49 0.38
Hex 32 42 92 42 37 0 2B E6 31 26
Octal 62 102 222 102 67 0 53 346 61 46
Binary 110010 1000010 10010010 1000010 110111 0 101011 11100110 110001 100110

Color Harmonies of #324292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324292

Black with #324292

Text Example


Text Example

White with #324292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324292; }

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

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

background-color css

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

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

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

border-color css

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

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

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