Html Css Color HEX #325198 Tory Blue

📋 copy color: '#325198'

red 50 ◦ green 81 ◦ blue 152

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

Shades of Tory Blue #325198

Tints of Tory Blue #325198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.62%

 BLUE value IS 152 (59.77% from 255) = 53.71%

R = 17.67%
G = 28.62%
B = 53.71%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#325198 (or 0x325198) is known color: Tory Blue. HEX triplet: 32, 51 and 98. RGB value is (50,81,152). Sum of RGB (Red+Green+Blue) = 50+81+152=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #325198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325198 is #CDAE67. Grayscale: #4F4F4F. Windows color (decimal): -13479528 or 9982258. OLE color: 9982258.

HSL color Cylindrical-coordinate representation of color #325198: hue angle of 221.76º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #325198 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 81 152 -
CMYK 0.67 0.47 0 0.40
HSL 221.76º 0.5% 0.4% -
HSV(B) 221.76º 0.67% 0.6% -
XYZ 9.93 8.83 30.89 -
YUV 79.83 168.73 106.73 -
System Red Green Blue C M Y K H S L
Decimal 50 81 152 0.67 0.47 0 0.40 221.76 0.5 0.4
Hex 32 51 98 43 2F 0 28 DE 32 28
Octal 62 121 230 103 57 0 50 336 62 50
Binary 110010 1010001 10011000 1000011 101111 0 101000 11011110 110010 101000

Color Harmonies of #325198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325198

Black with #325198

Text Example


Text Example

White with #325198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325198; }

 p { color: rgb(50,81,152); }

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

background-color css

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

 a { background-color: rgb(50,81,152); }

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

border-color css

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

 span { border-color: rgb(50,81,152); }

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