#344285

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

Shades of Tory Blue #344285

Tints of Tory Blue #344285

Color information

#344285 (or 0x344285) is unknown color: approx Tory Blue. HEX triplet: 34, 42 and 85. RGB value is (52,66,133). Sum of RGB (Red+Green+Blue) = 52+66+133=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #344285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344285 is #CBBD7A. Grayscale: #454545. Windows color (decimal): -13352315 or 8733236. OLE color: 8733236.

HSL color Cylindrical-coordinate representation of color #344285: hue angle of 229.63º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #344285 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5266133-
CMYK0.610.5000.48
HSL229.63º43.78%36.27%-
HSV(B)229.63º60.9%52.16%-
XYZ7.66.3223.01-
YUV69.45163.86115.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.72%
GREEN value IS 66 (26.17% from 255) = 26.29%
BLUE value IS 133 (52.34% from 255) = 52.99%
R=20.72%
G=26.29%
B=52.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52661330.610.5000.48229.6343.7836.27
Hex3442853D32030e62c24
Octal6410220575620603465444
Binary110100100001010000101111101110010011000011100110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344285; }

 p { color: rgb(52,66,133); }

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

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

 a { background-color: rgb(52,66,133); }

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

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

 span { border-color: rgb(52,66,133); }

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