#344472

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

Shades of Resolution Blue #344472

Tints of Resolution Blue #344472

Color information

#344472 (or 0x344472) is unknown color: approx Resolution Blue. HEX triplet: 34, 44 and 72. RGB value is (52,68,114). Sum of RGB (Red+Green+Blue) = 52+68+114=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #344472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344472 is #CBBB8D. Grayscale: #444444. Windows color (decimal): -13351822 or 7488564. OLE color: 7488564.

HSL color Cylindrical-coordinate representation of color #344472: hue angle of 224.52º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #344472 is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5268114-
CMYK0.540.4000.55
HSL224.52º37.35%32.55%-
HSV(B)224.52º54.39%44.71%-
XYZ6.526.0816.75-
YUV68.46153.7116.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.22%
GREEN value IS 68 (26.95% from 255) = 29.06%
BLUE value IS 114 (44.92% from 255) = 48.72%
R=22.22%
G=29.06%
B=48.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52681140.540.4000.55224.5237.3532.55
Hex3444723628037e12521
Octal6410416266500673414541
Binary11010010001001110010110110101000011011111100001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344472; }

 p { color: rgb(52,68,114); }

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

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

 a { background-color: rgb(52,68,114); }

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

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

 span { border-color: rgb(52,68,114); }

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