#34477A

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

Shades of Resolution Blue #34477A

Tints of Resolution Blue #34477A

Color information

#34477A (or 0x34477A) is unknown color: approx Resolution Blue. HEX triplet: 34, 47 and 7A. RGB value is (52,71,122). Sum of RGB (Red+Green+Blue) = 52+71+122=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #34477A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34477A is #CBB885. Grayscale: #464646. Windows color (decimal): -13351046 or 8013620. OLE color: 8013620.

HSL color Cylindrical-coordinate representation of color #34477A: hue angle of 223.71º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34477A is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5271122-
CMYK0.570.4200.52
HSL223.71º40.23%34.12%-
HSV(B)223.71º57.38%47.84%-
XYZ7.186.6419.32-
YUV71.13156.71114.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.22%
GREEN value IS 71 (28.12% from 255) = 28.98%
BLUE value IS 122 (48.05% from 255) = 49.80%
R=21.22%
G=28.98%
B=49.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52711220.570.4200.52223.7140.2334.12
Hex34477A392A034e02822
Octal6410717271520643405042
Binary11010010001111111010111001101010011010011100000101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34477A; }

 p { color: rgb(52,71,122); }

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

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

 a { background-color: rgb(52,71,122); }

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

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

 span { border-color: rgb(52,71,122); }

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