#343E6E

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

Shades of Resolution Blue #343E6E

Tints of Resolution Blue #343E6E

Color information

#343E6E (or 0x343E6E) is unknown color: approx Resolution Blue. HEX triplet: 34, 3E and 6E. RGB value is (52,62,110). Sum of RGB (Red+Green+Blue) = 52+62+110=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #343E6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343E6E is #CBC191. Grayscale: #404040. Windows color (decimal): -13353362 or 7224884. OLE color: 7224884.

HSL color Cylindrical-coordinate representation of color #343E6E: hue angle of 229.66º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #343E6E is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5262110-
CMYK0.530.4400.57
HSL229.66º35.8%31.76%-
HSV(B)229.66º52.73%43.14%-
XYZ5.955.315.46-
YUV64.48153.69119.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.21%
GREEN value IS 62 (24.61% from 255) = 27.68%
BLUE value IS 110 (43.36% from 255) = 49.11%
R=23.21%
G=27.68%
B=49.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52621100.530.4400.57229.6635.831.76
Hex343E6E352C039e62420
Octal647615665540713464440
Binary1101001111101101110110101101100011100111100110100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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