#343E94

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

Shades of Tory Blue #343E94

Tints of Tory Blue #343E94

Color information

#343E94 (or 0x343E94) is unknown color: approx Tory Blue. HEX triplet: 34, 3E and 94. RGB value is (52,62,148). Sum of RGB (Red+Green+Blue) = 52+62+148=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #343E94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #343E94 is #CBC16B. Grayscale: #444444. Windows color (decimal): -13353324 or 9715252. OLE color: 9715252.

HSL color Cylindrical-coordinate representation of color #343E94: hue angle of 233.75º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #343E94 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5262148-
CMYK0.650.5800.42
HSL233.75º48%39.22%-
HSV(B)233.75º64.86%58.04%-
XYZ8.486.3128.79-
YUV68.81172.69116.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.85%
GREEN value IS 62 (24.61% from 255) = 23.66%
BLUE value IS 148 (58.20% from 255) = 56.49%
R=19.85%
G=23.66%
B=56.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52621480.650.5800.42233.754839.22
Hex343E94413A02Aea3027
Octal6476224101720523526047
Binary110100111110100101001000001111010010101011101010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343E94; }

 p { color: rgb(52,62,148); }

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

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

 a { background-color: rgb(52,62,148); }

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

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

 span { border-color: rgb(52,62,148); }

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