Html Css Color HEX #325097 Tory Blue

📋 copy color: '#325097'

red 50 ◦ green 80 ◦ blue 151

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

Shades of Tory Blue #325097

Tints of Tory Blue #325097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 53.74%

R = 17.79%
G = 28.47%
B = 53.74%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#325097 (or 0x325097) is known color: Tory Blue. HEX triplet: 32, 50 and 97. RGB value is (50,80,151). Sum of RGB (Red+Green+Blue) = 50+80+151=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #325097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325097 is #CDAF68. Grayscale: #4E4E4E. Windows color (decimal): -13479785 or 9916466. OLE color: 9916466.

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

Color convert

RGB 50 80 151 -
CMYK 0.67 0.47 0 0.41
HSL 222.18º 0.5% 0.39% -
HSV(B) 222.18º 0.67% 0.59% -
XYZ 9.77 8.65 30.43 -
YUV 79.12 168.56 107.23 -
System Red Green Blue C M Y K H S L
Decimal 50 80 151 0.67 0.47 0 0.41 222.18 0.5 0.39
Hex 32 50 97 43 2F 0 29 DE 32 27
Octal 62 120 227 103 57 0 51 336 62 47
Binary 110010 1010000 10010111 1000011 101111 0 101001 11011110 110010 100111

Color Harmonies of #325097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325097

Black with #325097

Text Example


Text Example

White with #325097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325097; }

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

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

background-color css

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

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

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

border-color css

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

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

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