#334298

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

Shades of Tory Blue #334298

Tints of Tory Blue #334298

Color information

#334298 (or 0x334298) is unknown color: approx Tory Blue. HEX triplet: 33, 42 and 98. RGB value is (51,66,152). Sum of RGB (Red+Green+Blue) = 51+66+152=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #334298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334298 is #CCBD67. Grayscale: #464646. Windows color (decimal): -13417832 or 9978419. OLE color: 9978419.

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

Color convert

RGB5166152-
CMYK0.660.5700.40
HSL231.09º49.75%39.8%-
HSV(B)231.09º66.45%59.61%-
XYZ8.986.8730.56-
YUV71.32173.53113.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.96%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 152 (59.77% from 255) = 56.51%
R=18.96%
G=24.54%
B=56.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51661520.660.5700.40231.0949.7539.8
Hex3342984239028e73228
Octal63102230102710503476250
Binary1100111000010100110001000010111001010100011100111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334298; }

 p { color: rgb(51,66,152); }

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

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

 a { background-color: rgb(51,66,152); }

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

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

 span { border-color: rgb(51,66,152); }

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