#343E71

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

Shades of Resolution Blue #343E71

Tints of Resolution Blue #343E71

Color information

#343E71 (or 0x343E71) is unknown color: approx Resolution Blue. HEX triplet: 34, 3E and 71. RGB value is (52,62,113). Sum of RGB (Red+Green+Blue) = 52+62+113=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #343E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343E71 is #CBC18E. Grayscale: #404040. Windows color (decimal): -13353359 or 7421492. OLE color: 7421492.

HSL color Cylindrical-coordinate representation of color #343E71: hue angle of 230.16º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #343E71 is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5262113-
CMYK0.540.4500.56
HSL230.16º36.97%32.35%-
HSV(B)230.16º53.98%44.31%-
XYZ6.125.3716.34-
YUV64.82155.19118.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.91%
GREEN value IS 62 (24.61% from 255) = 27.31%
BLUE value IS 113 (44.53% from 255) = 49.78%
R=22.91%
G=27.31%
B=49.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52621130.540.4500.56230.1636.9732.35
Hex343E71362D038e62520
Octal647616166550703464540
Binary1101001111101110001110110101101011100011100110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343E71; }

 p { color: rgb(52,62,113); }

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

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

 a { background-color: rgb(52,62,113); }

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

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

 span { border-color: rgb(52,62,113); }

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