#34476D

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

Shades of Resolution Blue #34476D

Tints of Resolution Blue #34476D

Color information

#34476D (or 0x34476D) is unknown color: approx Resolution Blue. HEX triplet: 34, 47 and 6D. RGB value is (52,71,109). Sum of RGB (Red+Green+Blue) = 52+71+109=232 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.41% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #34476D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34476D is #CBB892. Grayscale: #454545. Windows color (decimal): -13351059 or 7161652. OLE color: 7161652.

HSL color Cylindrical-coordinate representation of color #34476D: hue angle of 220º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #34476D is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5271109-
CMYK0.520.3500.57
HSL220º35.4%31.57%-
HSV(B)220º52.29%42.75%-
XYZ6.436.3415.35-
YUV69.65150.21115.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.41%
GREEN value IS 71 (28.12% from 255) = 30.60%
BLUE value IS 109 (42.97% from 255) = 46.98%
R=22.41%
G=30.60%
B=46.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52711090.520.3500.5722035.431.57
Hex34476D3423039dc2320
Octal6410715564430713344340
Binary11010010001111101101110100100011011100111011100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34476D; }

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

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

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

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

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

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

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

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