#344877

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

Shades of Resolution Blue #344877

Tints of Resolution Blue #344877

Color information

#344877 (or 0x344877) is unknown color: approx Resolution Blue. HEX triplet: 34, 48 and 77. RGB value is (52,72,119). Sum of RGB (Red+Green+Blue) = 52+72+119=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #344877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344877 is #CBB788. Grayscale: #474747. Windows color (decimal): -13350793 or 7817268. OLE color: 7817268.

HSL color Cylindrical-coordinate representation of color #344877: hue angle of 222.09º 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 #344877 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5272119-
CMYK0.560.3900.53
HSL222.09º39.18%33.53%-
HSV(B)222.09º56.3%46.67%-
XYZ7.066.718.37-
YUV71.38154.87114.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 72 (28.52% from 255) = 29.63%
BLUE value IS 119 (46.88% from 255) = 48.97%
R=21.40%
G=29.63%
B=48.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52721190.560.3900.53222.0939.1833.53
Hex3448773827035de2722
Octal6411016770470653364742
Binary11010010010001110111111000100111011010111011110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344877; }

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

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

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

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

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

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

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

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