#34487A

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

Shades of Resolution Blue #34487A

Tints of Resolution Blue #34487A

Color information

#34487A (or 0x34487A) is unknown color: approx Resolution Blue. HEX triplet: 34, 48 and 7A. RGB value is (52,72,122). Sum of RGB (Red+Green+Blue) = 52+72+122=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #34487A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34487A is #CBB785. Grayscale: #474747. Windows color (decimal): -13350790 or 8013876. OLE color: 8013876.

HSL color Cylindrical-coordinate representation of color #34487A: hue angle of 222.86º 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 #34487A is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5272122-
CMYK0.570.4100.52
HSL222.86º40.23%34.12%-
HSV(B)222.86º57.38%47.84%-
XYZ7.256.7719.34-
YUV71.72156.37113.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 72 (28.52% from 255) = 29.27%
BLUE value IS 122 (48.05% from 255) = 49.59%
R=21.14%
G=29.27%
B=49.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal52721220.570.4100.52222.8640.2334.12
Hex34487A3929034df2822
Octal6411017271510643375042
Binary11010010010001111010111001101001011010011011111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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