#344072

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

Shades of Resolution Blue #344072

Tints of Resolution Blue #344072

Color information

#344072 (or 0x344072) is unknown color: approx Resolution Blue. HEX triplet: 34, 40 and 72. RGB value is (52,64,114). Sum of RGB (Red+Green+Blue) = 52+64+114=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #344072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344072 is #CBBF8D. Grayscale: #414141. Windows color (decimal): -13352846 or 7487540. OLE color: 7487540.

HSL color Cylindrical-coordinate representation of color #344072: hue angle of 228.39º 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 #344072 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5264114-
CMYK0.540.4400.55
HSL228.39º37.35%32.55%-
HSV(B)228.39º54.39%44.71%-
XYZ6.295.6116.67-
YUV66.11155.02117.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.61%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 114 (44.92% from 255) = 49.57%
R=22.61%
G=27.83%
B=49.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52641140.540.4400.55228.3937.3532.55
Hex344072362C037e42521
Octal6410016266540673444541
Binary11010010000001110010110110101100011011111100100100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344072; }

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

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

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

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

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

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

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

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