#344678

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

Shades of Resolution Blue #344678

Tints of Resolution Blue #344678

Color information

#344678 (or 0x344678) is unknown color: approx Resolution Blue. HEX triplet: 34, 46 and 78. RGB value is (52,70,120). Sum of RGB (Red+Green+Blue) = 52+70+120=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 120 - color contains mainly: blue. Hex color #344678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344678 is #CBB987. Grayscale: #464646. Windows color (decimal): -13351304 or 7882292. OLE color: 7882292.

HSL color Cylindrical-coordinate representation of color #344678: hue angle of 224.12º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #344678 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5270120-
CMYK0.570.4200.53
HSL224.12º39.53%33.73%-
HSV(B)224.12º56.67%47.06%-
XYZ76.4718.65-
YUV70.32156.04114.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.49%
GREEN value IS 70 (27.73% from 255) = 28.93%
BLUE value IS 120 (47.27% from 255) = 49.59%
R=21.49%
G=28.93%
B=49.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52701200.570.4200.53224.1239.5333.73
Hex344678392A035e02822
Octal6410617071520653405042
Binary11010010001101111000111001101010011010111100000101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344678; }

 p { color: rgb(52,70,120); }

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

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

 a { background-color: rgb(52,70,120); }

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

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

 span { border-color: rgb(52,70,120); }

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