#344272

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

Shades of Resolution Blue #344272

Tints of Resolution Blue #344272

Color information

#344272 (or 0x344272) is unknown color: approx Resolution Blue. HEX triplet: 34, 42 and 72. RGB value is (52,66,114). Sum of RGB (Red+Green+Blue) = 52+66+114=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #344272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344272 is #CBBD8D. Grayscale: #434343. Windows color (decimal): -13352334 or 7488052. OLE color: 7488052.

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

Color convert

RGB5266114-
CMYK0.540.4200.55
HSL226.45º37.35%32.55%-
HSV(B)226.45º54.39%44.71%-
XYZ6.45.8416.71-
YUV67.29154.36117.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 66 (26.17% from 255) = 28.45%
BLUE value IS 114 (44.92% from 255) = 49.14%
R=22.41%
G=28.45%
B=49.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52661140.540.4200.55226.4537.3532.55
Hex344272362A037e22521
Octal6410216266520673424541
Binary11010010000101110010110110101010011011111100010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344272; }

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

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

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

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

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

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

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

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