Html Css Color HEX #346C78 Ming

📋 copy color: '#346C78'

red 52 ◦ green 108 ◦ blue 120

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

Shades of Ming #346C78

Tints of Ming #346C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.86%

R = 18.57%
G = 38.57%
B = 42.86%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#346C78 (or 0x346C78) is known color: Ming. HEX triplet: 34, 6C and 78. RGB value is (52,108,120). Sum of RGB (Red+Green+Blue) = 52+108+120=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #346C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346C78 is #CB9387. Grayscale: #5C5C5C. Windows color (decimal): -13341576 or 7892020. OLE color: 7892020.

HSL color Cylindrical-coordinate representation of color #346C78: hue angle of 190.59º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #346C78 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 108 120 -
CMYK 0.57 0.10 0 0.53
HSL 190.59º 0.4% 0.34% -
HSV(B) 190.59º 0.57% 0.47% -
XYZ 10.17 12.81 19.71 -
YUV 92.62 143.45 99.02 -
System Red Green Blue C M Y K H S L
Decimal 52 108 120 0.57 0.10 0 0.53 190.59 0.4 0.34
Hex 34 6C 78 39 A 0 35 BF 28 22
Octal 64 154 170 71 12 0 65 277 50 42
Binary 110100 1101100 1111000 111001 1010 0 110101 10111111 101000 100010

Color Harmonies of #346C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346C78

Black with #346C78

Text Example


Text Example

White with #346C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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