Html Css Color HEX #325094 Tory Blue

📋 copy color: '#325094'

red 50 ◦ green 80 ◦ blue 148

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

Shades of Tory Blue #325094

Tints of Tory Blue #325094

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.78%

 BLUE value IS 148 (58.2% from 255) = 53.24%

R = 17.99%
G = 28.78%
B = 53.24%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#325094 (or 0x325094) is known color: Tory Blue. HEX triplet: 32, 50 and 94. RGB value is (50,80,148). Sum of RGB (Red+Green+Blue) = 50+80+148=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #325094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325094 is #CDAF6B. Grayscale: #4E4E4E. Windows color (decimal): -13479788 or 9719858. OLE color: 9719858.

HSL color Cylindrical-coordinate representation of color #325094: hue angle of 221.63º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #325094 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 80 148 -
CMYK 0.66 0.46 0 0.42
HSL 221.63º 0.49% 0.39% -
HSV(B) 221.63º 0.66% 0.58% -
XYZ 9.53 8.55 29.17 -
YUV 78.78 167.06 107.47 -
System Red Green Blue C M Y K H S L
Decimal 50 80 148 0.66 0.46 0 0.42 221.63 0.49 0.39
Hex 32 50 94 42 2E 0 2A DE 31 27
Octal 62 120 224 102 56 0 52 336 61 47
Binary 110010 1010000 10010100 1000010 101110 0 101010 11011110 110001 100111

Color Harmonies of #325094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325094

Black with #325094

Text Example


Text Example

White with #325094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325094; }

 p { color: rgb(50,80,148); }

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

background-color css

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

 a { background-color: rgb(50,80,148); }

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

border-color css

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

 span { border-color: rgb(50,80,148); }

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