Html Css Color HEX #346C6F Ming

📋 copy color: '#346C6F'

red 52 ◦ green 108 ◦ blue 111

#346C6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #346C6F

Tints of Ming #346C6F

RGB

 RED value IS 52 (20.7% from 255) = 19.19%

 GREEN value IS 108 (42.58% from 255) = 39.85%

 BLUE value IS 111 (43.75% from 255) = 40.96%

R = 19.19%
G = 39.85%
B = 40.96%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#346C6F (or 0x346C6F) is known color: Ming. HEX triplet: 34, 6C and 6F. RGB value is (52,108,111). Sum of RGB (Red+Green+Blue) = 52+108+111=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 111 - color contains mainly: blue. Hex color #346C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346C6F is #CB9390. Grayscale: #5B5B5B. Windows color (decimal): -13341585 or 7302196. OLE color: 7302196.

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

Color convert

RGB 52 108 111 -
CMYK 0.53 0.03 0 0.56
HSL 183.05º 0.36% 0.32% -
HSV(B) 183.05º 0.53% 0.44% -
XYZ 9.65 12.6 16.96 -
YUV 91.6 138.95 99.76 -
System Red Green Blue C M Y K H S L
Decimal 52 108 111 0.53 0.03 0 0.56 183.05 0.36 0.32
Hex 34 6C 6F 35 3 0 38 B7 24 20
Octal 64 154 157 65 3 0 70 267 44 40
Binary 110100 1101100 1101111 110101 11 0 111000 10110111 100100 100000

Color Harmonies of #346C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346C6F

Black with #346C6F

Text Example


Text Example

White with #346C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #346C6F;
 }
 .AnyTagClassName
 {
   color: #346C6F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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