#354E8A

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

Shades of Tory Blue #354E8A

Tints of Tory Blue #354E8A

Color information

#354E8A (or 0x354E8A) is unknown color: approx Tory Blue. HEX triplet: 35, 4E and 8A. RGB value is (53,78,138). Sum of RGB (Red+Green+Blue) = 53+78+138=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #354E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354E8A is #CAB175. Grayscale: #4D4D4D. Windows color (decimal): -13283702 or 9063989. OLE color: 9063989.

HSL color Cylindrical-coordinate representation of color #354E8A: hue angle of 222.35º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #354E8A is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5378138-
CMYK0.620.4300.46
HSL222.35º44.5%37.45%-
HSV(B)222.35º61.59%54.12%-
XYZ8.788.0425.13-
YUV77.36162.22110.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.70%
GREEN value IS 78 (30.86% from 255) = 29.00%
BLUE value IS 138 (54.30% from 255) = 51.30%
R=19.70%
G=29.00%
B=51.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53781380.620.4300.46222.3544.537.45
Hex354E8A3E2B02Ede2d25
Octal6511621276530563365545
Binary110101100111010001010111110101011010111011011110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354E8A; }

 p { color: rgb(53,78,138); }

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

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

 a { background-color: rgb(53,78,138); }

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

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

 span { border-color: rgb(53,78,138); }

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