#344477

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

Shades of Resolution Blue #344477

Tints of Resolution Blue #344477

Color information

#344477 (or 0x344477) is unknown color: approx Resolution Blue. HEX triplet: 34, 44 and 77. RGB value is (52,68,119). Sum of RGB (Red+Green+Blue) = 52+68+119=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #344477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344477 is #CBBB88. Grayscale: #444444. Windows color (decimal): -13351817 or 7816244. OLE color: 7816244.

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

Color convert

RGB5268119-
CMYK0.560.4300.53
HSL225.67º39.18%33.53%-
HSV(B)225.67º56.3%46.67%-
XYZ6.816.218.29-
YUV69.03156.2115.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 68 (26.95% from 255) = 28.45%
BLUE value IS 119 (46.88% from 255) = 49.79%
R=21.76%
G=28.45%
B=49.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52681190.560.4300.53225.6739.1833.53
Hex344477382B035e22722
Octal6410416770530653424742
Binary11010010001001110111111000101011011010111100010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344477; }

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

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

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

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

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

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

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

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