#335194

Color #335194 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #335194

Tints of Tory Blue #335194

Color information

#335194 (or 0x335194) is unknown color: approx Tory Blue. HEX triplet: 33, 51 and 94. RGB value is (51,81,148). Sum of RGB (Red+Green+Blue) = 51+81+148=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #335194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335194 is #CCAE6B. Grayscale: #4F4F4F. Windows color (decimal): -13413996 or 9720115. OLE color: 9720115.

HSL color Cylindrical-coordinate representation of color #335194: hue angle of 221.44º 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 #335194 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5181148-
CMYK0.660.4500.42
HSL221.44º48.74%39.02%-
HSV(B)221.44º65.54%58.04%-
XYZ9.658.7329.19-
YUV79.67166.56107.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.21%
GREEN value IS 81 (32.03% from 255) = 28.93%
BLUE value IS 148 (58.20% from 255) = 52.86%
R=18.21%
G=28.93%
B=52.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51811480.660.4500.42221.4448.7439.02
Hex335194422D02Add3127
Octal63121224102550523356147
Binary1100111010001100101001000010101101010101011011101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335194; }

 p { color: rgb(51,81,148); }

 H1.HeaderClassName
 {
   color: #335194;
 }
 .AnyTagClassName
 {
   color: #335194;
 }
</style>
background-color css

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

 a { background-color: rgb(51,81,148); }

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

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

 span { border-color: rgb(51,81,148); }

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