#346F7A

Color #346F7A Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #346F7A

Tints of Ming #346F7A

Color information

#346F7A (or 0x346F7A) is unknown color: approx Ming. HEX triplet: 34, 6F and 7A. RGB value is (52,111,122). Sum of RGB (Red+Green+Blue) = 52+111+122=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 122 - color contains mainly: blue. Hex color #346F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F7A is #CB9085. Grayscale: #5E5E5E. Windows color (decimal): -13340806 or 8023860. OLE color: 8023860.

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

Color convert

RGB52111122-
CMYK0.570.0900.52
HSL189.43º40.23%34.12%-
HSV(B)189.43º57.38%47.84%-
XYZ10.6113.520.46-
YUV94.61143.4597.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.25%
GREEN value IS 111 (43.75% from 255) = 38.95%
BLUE value IS 122 (48.05% from 255) = 42.81%
R=18.25%
G=38.95%
B=42.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal521111220.570.0900.52189.4340.2334.12
Hex346F7A399034bd2822
Octal6415717271110642755042
Binary110100110111111110101110011001011010010111101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346F7A; }

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

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

<style>
 a { background-color: #346F7A; }

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

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

<style>
 span { border-color: #346F7A; }

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

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