#354C9C

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

Shades of Tory Blue #354C9C

Tints of Tory Blue #354C9C

Color information

#354C9C (or 0x354C9C) is unknown color: approx Tory Blue. HEX triplet: 35, 4C and 9C. RGB value is (53,76,156). Sum of RGB (Red+Green+Blue) = 53+76+156=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #354C9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354C9C is #CAB363. Grayscale: #4D4D4D. Windows color (decimal): -13284196 or 10243125. OLE color: 10243125.

HSL color Cylindrical-coordinate representation of color #354C9C: hue angle of 226.6º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #354C9C is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5376156-
CMYK0.660.5100.39
HSL226.6º49.28%40.98%-
HSV(B)226.6º66.03%61.18%-
XYZ10.058.3332.53-
YUV78.24171.88110-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 76 (30.08% from 255) = 26.67%
BLUE value IS 156 (61.33% from 255) = 54.74%
R=18.60%
G=26.67%
B=54.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53761560.660.5100.39226.649.2840.98
Hex354C9C4233027e33129
Octal65114234102630473436151
Binary1101011001100100111001000010110011010011111100011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,76,156); }

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

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

 a { background-color: rgb(53,76,156); }

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

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

 span { border-color: rgb(53,76,156); }

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