#354198

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

Shades of Tory Blue #354198

Tints of Tory Blue #354198

Color information

#354198 (or 0x354198) is unknown color: approx Tory Blue. HEX triplet: 35, 41 and 98. RGB value is (53,65,152). Sum of RGB (Red+Green+Blue) = 53+65+152=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 152 (59.77% from 255 or 56.30% from 270); Max value from RGB is 152 - color contains mainly: blue. Hex color #354198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354198 is #CABE67. Grayscale: #464646. Windows color (decimal): -13287016 or 9978165. OLE color: 9978165.

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

Color convert

RGB5365152-
CMYK0.650.5700.40
HSL232.73º48.29%40.2%-
HSV(B)232.73º65.13%59.61%-
XYZ9.036.830.54-
YUV71.33173.52114.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.63%
GREEN value IS 65 (25.78% from 255) = 24.07%
BLUE value IS 152 (59.77% from 255) = 56.30%
R=19.63%
G=24.07%
B=56.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53651520.650.5700.40232.7348.2940.2
Hex3541984139028e93028
Octal65101230101710503516050
Binary1101011000001100110001000001111001010100011101001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354198; }

 p { color: rgb(53,65,152); }

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

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

 a { background-color: rgb(53,65,152); }

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

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

 span { border-color: rgb(53,65,152); }

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