#34477D

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

Shades of Resolution Blue #34477D

Tints of Resolution Blue #34477D

Color information

#34477D (or 0x34477D) is unknown color: approx Resolution Blue. HEX triplet: 34, 47 and 7D. RGB value is (52,71,125). Sum of RGB (Red+Green+Blue) = 52+71+125=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 125 (49.22% from 255 or 50.40% from 248); Max value from RGB is 125 - color contains mainly: blue. Hex color #34477D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34477D is #CBB882. Grayscale: #474747. Windows color (decimal): -13351043 or 8210228. OLE color: 8210228.

HSL color Cylindrical-coordinate representation of color #34477D: hue angle of 224.38º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34477D is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5271125-
CMYK0.580.4300.51
HSL224.38º41.24%34.71%-
HSV(B)224.38º58.4%49.02%-
XYZ7.376.7220.31-
YUV71.47158.21114.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 71 (28.12% from 255) = 28.63%
BLUE value IS 125 (49.22% from 255) = 50.40%
R=20.97%
G=28.63%
B=50.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal52711250.580.4300.51224.3841.2434.71
Hex34477D3A2B033e02923
Octal6410717572530633405143
Binary11010010001111111101111010101011011001111100000101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34477D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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