#344872

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

Shades of Resolution Blue #344872

Tints of Resolution Blue #344872

Color information

#344872 (or 0x344872) is unknown color: approx Resolution Blue. HEX triplet: 34, 48 and 72. RGB value is (52,72,114). Sum of RGB (Red+Green+Blue) = 52+72+114=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #344872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344872 is #CBB78D. Grayscale: #464646. Windows color (decimal): -13350798 or 7489588. OLE color: 7489588.

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

Color convert

RGB5272114-
CMYK0.540.3700.55
HSL220.65º37.35%32.55%-
HSV(B)220.65º54.39%44.71%-
XYZ6.776.5816.83-
YUV70.81152.37114.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 72 (28.52% from 255) = 30.25%
BLUE value IS 114 (44.92% from 255) = 47.90%
R=21.85%
G=30.25%
B=47.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52721140.540.3700.55220.6537.3532.55
Hex3448723625037dd2521
Octal6411016266450673354541
Binary11010010010001110010110110100101011011111011101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344872; }

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

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

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

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

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

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

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

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